commit: 18f116919650830bc36cd986fc47a51801ee8688 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Fri Nov 8 09:45:30 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri Nov 8 09:47:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f11691
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 <polynomial-c <AT> gentoo.org> ...am-reboot-2004.10.03.ebuild => nvram-reboot-2004.10.03-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 a66f39e0b68..d4f0e45cb30 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.* }
