From 71deace00d1a2b091313fe137ab7092418c6f87c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Feb 2020 21:05:55 +0000 Subject: gentoo resync : 10.02.2020 --- sys-apps/cinit/cinit-0.2.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys-apps/cinit/cinit-0.2.1.ebuild') 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 } -- cgit v1.2.3