From: Andrey Utkin Date: Wed, 4 Dec 2019 22:53:23 +0000 (+0000) Subject: sys-kernel/raspberrypi-sources: upgrade to EAPI=6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8a820351e62830c2aa85d792ae20ed150b5fb0e7;p=gentoo.git sys-kernel/raspberrypi-sources: upgrade to EAPI=6 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin --- 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"