From dba5fe40c8e37ef5e9cc2249a0218176c247673b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 10 Nov 2019 13:14:01 +0100 Subject: [PATCH] sys-boot/shlilo-lantank: Bump to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/697188 Signed-off-by: Michał Górny --- 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 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 } -- 2.26.2