commit:     8a820351e62830c2aa85d792ae20ed150b5fb0e7
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  4 22:53:23 2019 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 23:21:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a820351

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 <AT> gentoo.org>

 sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild | 6 +++---
 1 file 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 1102273c8d5..9b04c823db7 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"
 

Reply via email to