diff options
author | Sam James <sam@gentoo.org> | 2022-03-22 01:53:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-22 01:53:54 +0000 |
commit | 758b7a058a36d91c5d18d681dd17ab05e0e2eeb2 (patch) | |
tree | 4e269529ae0dd7de6a0d54e768fe3bed43638df5 /sys-kernel | |
parent | dev-embedded/rpi-eeprom: add 13.8_p1 (diff) | |
download | gentoo-758b7a058a36d91c5d18d681dd17ab05e0e2eeb2.tar.gz gentoo-758b7a058a36d91c5d18d681dd17ab05e0e2eeb2.tar.bz2 gentoo-758b7a058a36d91c5d18d681dd17ab05e0e2eeb2.zip |
sys-kernel/raspberrypi-sources: port to EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-kernel')
6 files changed, 14 insertions, 14 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 d6ff24d0a8fa..a5a986f7c865 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 +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 ETYPE=sources K_DEFCONFIG="bcmrpi_defconfig" diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild index 70ca1139e850..477d8364c738 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.11_p20210201.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 ETYPE=sources K_DEFCONFIG="bcmrpi_defconfig" K_SECURITY_UNSUPPORTED=1 -inherit kernel-2 eapi7-ver linux-info +inherit kernel-2 linux-info detect_version MY_P=$(ver_cut 4-) diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.63_p20211029.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.63_p20211029.ebuild index a7fd009a6663..6615a992e86f 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.63_p20211029.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.63_p20211029.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 ETYPE=sources K_DEFCONFIG="bcmrpi_defconfig" diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.9999.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.9999.ebuild index d6ff24d0a8fa..a5a986f7c865 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.9999.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.10.9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 ETYPE=sources K_DEFCONFIG="bcmrpi_defconfig" diff --git a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201-r1.ebuild b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201-r1.ebuild index 638b62a9b79c..eb5d2a3e8cde 100644 --- a/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201-r1.ebuild +++ b/sys-kernel/raspberrypi-sources/raspberrypi-sources-5.4.79_p20201201-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 ETYPE=sources K_DEFCONFIG="bcmrpi_defconfig" K_SECURITY_UNSUPPORTED=1 -inherit kernel-2 eapi7-ver linux-info +inherit kernel-2 linux-info detect_version MY_P=$(ver_cut 4-) 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 d6ff24d0a8fa..a5a986f7c865 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 +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 ETYPE=sources K_DEFCONFIG="bcmrpi_defconfig" |