diff options
author | Ionen Wolkens <sudinave@gmail.com> | 2020-12-31 07:32:55 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-05 18:51:39 +0000 |
commit | 40696e5680e8d00928e9ebca1fea5c4ed2035673 (patch) | |
tree | 285ed971d68f06a2d44f5369e840ad360d408303 /sys-kernel/raspberrypi-sources | |
parent | sys-kernel/raspberrypi-sources: bump to 5.10.11_p20210201 (diff) | |
download | gentoo-40696e5680e8d00928e9ebca1fea5c4ed2035673.tar.gz gentoo-40696e5680e8d00928e9ebca1fea5c4ed2035673.tar.bz2 gentoo-40696e5680e8d00928e9ebca1fea5c4ed2035673.zip |
sys-kernel/raspberrypi-sources: fix symlink with USE=symlink
Closes: https://bugs.gentoo.org/762766
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-kernel/raspberrypi-sources')
-rw-r--r-- | sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild index 523b8ac20a1d..1da54bb05b7a 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild @@ -12,12 +12,12 @@ inherit kernel-2 eapi7-ver detect_version detect_arch -MY_PV=$(ver_cut 4-) -MY_PV=${MY_PV/p/} +KV_FULL=$(ver_cut 4-) +KV_FULL="raspberrypi-kernel_1.${KV_FULL/p/}-1" DESCRIPTION="Raspberry Pi kernel sources" HOMEPAGE="https://github.com/raspberrypi/linux" -SRC_URI="https://github.com/raspberrypi/linux/archive/raspberrypi-kernel_1.${MY_PV}-1.tar.gz" -S="${WORKDIR}/linux-raspberrypi-kernel_1.${MY_PV}-1" +SRC_URI="https://github.com/raspberrypi/linux/archive/${KV_FULL}.tar.gz" +S="${WORKDIR}/linux-${KV_FULL}" KEYWORDS="~arm ~arm64" |