diff options
author | 2019-12-04 22:53:23 +0000 | |
---|---|---|
committer | 2019-12-04 23:21:12 +0000 | |
commit | 8a820351e62830c2aa85d792ae20ed150b5fb0e7 (patch) | |
tree | 6339d0fee0094aad077ae8872ad07b9c599002e6 /sys-kernel | |
parent | sys-kernel/raspberrypi-sources: drop old versions (diff) | |
download | gentoo-8a820351e62830c2aa85d792ae20ed150b5fb0e7.tar.gz gentoo-8a820351e62830c2aa85d792ae20ed150b5fb0e7.tar.bz2 gentoo-8a820351e62830c2aa85d792ae20ed150b5fb0e7.zip |
sys-kernel/raspberrypi-sources: upgrade to EAPI=6
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild index 1102273c8d56..9b04c823db71 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 ETYPE=sources K_DEFCONFIG="bcmrpi_defconfig" @@ -11,9 +11,9 @@ inherit kernel-2 detect_version detect_arch -inherit git-r3 versionator +inherit git-r3 eapi7-ver EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git" -EGIT_BRANCH="rpi-$(get_version_component_range 1-2).y" +EGIT_BRANCH="rpi-$(ver_cut 1-2).y" EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi" EGIT_CLONE_TYPE="shallow" |