From 3c3d1d71ef1aa4fdbb29f4f4a3035468726f55a6 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 9 Feb 2020 14:34:51 +0300 Subject: [PATCH] sys-apps/cinit: port to EAPI=7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mikle Kolyada --- sys-apps/cinit/cinit-0.2.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-apps/cinit/cinit-0.2.1.ebuild b/sys-apps/cinit/cinit-0.2.1.ebuild index c52fcc2f6738..252f62e217b9 100644 --- a/sys-apps/cinit/cinit-0.2.1.ebuild +++ b/sys-apps/cinit/cinit-0.2.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 inherit toolchain-funcs @@ -17,6 +17,7 @@ IUSE="doc" src_prepare() { sed -i "/contrib+tools/d" Makefile || die sed -i "/^STRIP/s/strip.*/true/" Makefile.include || die + default } src_compile() { @@ -31,7 +32,7 @@ src_compile() { src_install() { emake LD=$(tc-getCC) DESTDIR="${D}" install - rm -f "${D}"/sbin/{init,shutdown,reboot} + rm -f "${D}"/sbin/{init,shutdown,reboot} || die dodoc Changelog CHANGES CREDITS README TODO use doc && dodoc -r doc } -- 2.26.2