diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-22 23:20:36 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-24 19:17:41 +0000 |
commit | 4e5490527fca443cabaf33847207732abdca78bf (patch) | |
tree | 53a00f54bc4410aab2a3a8132d184cdf1d0fad2c /sys-boot/raspberrypi-firmware | |
parent | sys-boot/raspberrypi-firmware: show README.gentoo at postinst (diff) | |
download | gentoo-4e5490527fca443cabaf33847207732abdca78bf.tar.gz gentoo-4e5490527fca443cabaf33847207732abdca78bf.tar.bz2 gentoo-4e5490527fca443cabaf33847207732abdca78bf.zip |
sys-boot/raspberrypi-firmware: EAPI 5 -> 7
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'sys-boot/raspberrypi-firmware')
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild index 78311483d300..43479c28dc01 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-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit git-r3 mount-boot readme.gentoo-r1 |