diff options
author | Dennis Lamm <expeditioneer@gentoo.org> | 2022-10-23 15:56:06 +0200 |
---|---|---|
committer | Dennis Lamm <expeditioneer@gentoo.org> | 2022-10-24 19:16:10 +0200 |
commit | aadbdc5c1c0c08a550032c2e5fa4a8ef25f8bd87 (patch) | |
tree | e27f7ceebfa493f12ac33ef5c152f1d7adb63bce /sys-boot/raspberrypi-firmware | |
parent | sys-boot/raspberrypi-firmware: add 1.20220830 (diff) | |
download | gentoo-aadbdc5c1c0c08a550032c2e5fa4a8ef25f8bd87.tar.gz gentoo-aadbdc5c1c0c08a550032c2e5fa4a8ef25f8bd87.tar.bz2 gentoo-aadbdc5c1c0c08a550032c2e5fa4a8ef25f8bd87.zip |
sys-boot/raspberrypi-firmware: update EAPI 7 -> 8
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'sys-boot/raspberrypi-firmware')
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild index 7fe926ad7820..595de0624e7e 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit mount-boot readme.gentoo-r1 @@ -59,7 +59,7 @@ pkg_preinst() { if [[ -n "${msg}" ]] ; then msg="This package installs following files: ${msg}." - msg="${msg} Please remove (backup) your copies durning install" + msg="${msg} Please remove (backup) your copies during install" msg="${msg} and merge settings afterwards." msg="${msg} Further updates will be CONFIG_PROTECTed." die "${msg}" |