sys-power/nvram-reboot: EAPI-7 revbump
authorLars Wendler <polynomial-c@gentoo.org>
Fri, 8 Nov 2019 09:45:30 +0000 (10:45 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Fri, 8 Nov 2019 09:47:45 +0000 (10:47 +0100)
Closes: https://bugs.gentoo.org/697164
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-power/nvram-reboot/nvram-reboot-2004.10.03-r1.ebuild [moved from sys-power/nvram-reboot/nvram-reboot-2004.10.03.ebuild with 85% similarity]

similarity index 85%
rename from sys-power/nvram-reboot/nvram-reboot-2004.10.03.ebuild
rename to sys-power/nvram-reboot/nvram-reboot-2004.10.03-r1.ebuild
index a66f39e0b684ac24c6ab49e7353b82a619393809..d4f0e45cb304d41dffc41c1519ad25b79a3db51a 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 inherit mount-boot
 
@@ -21,7 +21,6 @@ S="${WORKDIR}/${MY_P}"
 
 src_install() {
        insinto /boot/nvram-wakeup
-       doins apm-poweroff.bin bzImage.2.4.20.poweroff dioden-poweroff \
-               || die "doins"
+       doins apm-poweroff.bin bzImage.2.4.20.poweroff dioden-poweroff
        dodoc *.patch *.diff *.txt config.*
 }