From: Lars Wendler Date: Fri, 8 Nov 2019 09:45:30 +0000 (+0100) Subject: sys-power/nvram-reboot: EAPI-7 revbump X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=18f116919650830bc36cd986fc47a51801ee8688;p=gentoo.git sys-power/nvram-reboot: EAPI-7 revbump Closes: https://bugs.gentoo.org/697164 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler --- diff --git a/sys-power/nvram-reboot/nvram-reboot-2004.10.03.ebuild b/sys-power/nvram-reboot/nvram-reboot-2004.10.03-r1.ebuild 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 a66f39e0b684..d4f0e45cb304 100644 --- a/sys-power/nvram-reboot/nvram-reboot-2004.10.03.ebuild +++ b/sys-power/nvram-reboot/nvram-reboot-2004.10.03-r1.ebuild @@ -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.* }