commit: 228edd0bfa8ba1ece0221185dd9e91a2d15c24e1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 5 01:29:22 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 5 01:29:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228edd0b
sys-kernel/raspberrypi-sources: update live to EAPI 7 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-kernel/raspberrypi-sources/raspberrypi-sources-4.19.9999.ebuild | 6 ++---- sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 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 9c4a165e52cf..d6ff24d0a8fa 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-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 ETYPE=sources K_DEFCONFIG="bcmrpi_defconfig" @@ -11,7 +11,7 @@ inherit kernel-2 detect_version detect_arch -inherit git-r3 eapi7-ver +inherit git-r3 EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git" EGIT_BRANCH="rpi-$(ver_cut 1-2).y" EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi" @@ -20,8 +20,6 @@ EGIT_CLONE_TYPE="shallow" DESCRIPTION="Raspberry Pi kernel sources" HOMEPAGE="https://github.com/raspberrypi/linux" -KEYWORDS="" - src_unpack() { git-r3_src_unpack unpack_set_extraversion diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild index 9c4a165e52cf..d6ff24d0a8fa 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 ETYPE=sources K_DEFCONFIG="bcmrpi_defconfig" @@ -11,7 +11,7 @@ inherit kernel-2 detect_version detect_arch -inherit git-r3 eapi7-ver +inherit git-r3 EGIT_REPO_URI="https://github.com/raspberrypi/linux.git -> raspberrypi-linux.git" EGIT_BRANCH="rpi-$(ver_cut 1-2).y" EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${PV}-raspberrypi" @@ -20,8 +20,6 @@ EGIT_CLONE_TYPE="shallow" DESCRIPTION="Raspberry Pi kernel sources" HOMEPAGE="https://github.com/raspberrypi/linux" -KEYWORDS="" - src_unpack() { git-r3_src_unpack unpack_set_extraversion
