sys-kernel/raspberrypi-sources: upgrade to EAPI=6
authorAndrey Utkin <andrey_utkin@gentoo.org>
Wed, 4 Dec 2019 22:53:23 +0000 (22:53 +0000)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Wed, 4 Dec 2019 23:21:12 +0000 (23:21 +0000)
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild

index 1102273c8d56ba9d25bf375167ebdb5ae65c6e98..9b04c823db7146676e121ab8420749a5a6813f1b 100644 (file)
@@ -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"