sys-apps/cinit: port to EAPI=7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2020-02-09 14:34:51 +03:00
parent 21342c25e1
commit 3c3d1d71ef

View File

@@ -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
}