diff --git a/sys-boot/u-boot-pbp/u-boot-pbp-2021.10_rc1.ebuild b/sys-boot/u-boot-pbp/u-boot-pbp-2021.10_rc1.ebuild index 97bca3c..5d163df 100644 --- a/sys-boot/u-boot-pbp/u-boot-pbp-2021.10_rc1.ebuild +++ b/sys-boot/u-boot-pbp/u-boot-pbp-2021.10_rc1.ebuild @@ -2,12 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +MY_PN="u-boot" MY_PV=$(ver_rs 2 -) -MY_P="${PN}-v${MY_PV}" +MY_P="${MY_PN}-v${MY_PV}" DESCRIPTION="Das U-Boot with patches for the Pinebook Pro." HOMEPAGE="https://www.denx.de/wiki/U-Boot" -SRC_URI="https://gitlab.denx.de/${PN}/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://gitlab.denx.de/${MY_PN}/${MY_PN}/-/archive/v${MY_PV}/${MY_PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"