From: Michał Górny Date: Sun, 10 Nov 2019 12:14:01 +0000 (+0100) Subject: sys-boot/shlilo-lantank: Bump to EAPI 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dba5fe40c8e37ef5e9cc2249a0218176c247673b;p=gentoo.git sys-boot/shlilo-lantank: Bump to EAPI 7 Closes: https://bugs.gentoo.org/697188 Signed-off-by: Michał Górny --- diff --git a/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild b/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild index 400a7583cb2f..2226078e9a1a 100644 --- a/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild +++ b/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 inherit mount-boot @@ -24,11 +24,11 @@ src_compile() { :; } src_install() { into / - dosbin precompiled/lilo || die + dosbin precompiled/lilo insinto /boot - doins precompiled/boot.b || die + doins precompiled/boot.b dosym . /boot/boot insinto /etc - doins "${FILESDIR}"/lilo.conf || die + doins "${FILESDIR}"/lilo.conf dodoc ChangeLog README TODO }