commit: dba5fe40c8e37ef5e9cc2249a0218176c247673b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 10 12:14:01 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 12:21:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba5fe40
sys-boot/shlilo-lantank: Bump to EAPI 7 Closes: https://bugs.gentoo.org/697188 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild b/sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild index 400a7583cb2..2226078e9a1 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 }
