mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user