summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-10 13:14:01 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-10 13:21:33 +0100
commitdba5fe40c8e37ef5e9cc2249a0218176c247673b (patch)
tree01a0ea64251b2dde130a4892f471c48d10a20152 /sys-boot
parentapp-misc/ps3pf_utils: Bump to EAPI 7 (diff)
downloadgentoo-dba5fe40c8e37ef5e9cc2249a0218176c247673b.tar.gz
gentoo-dba5fe40c8e37ef5e9cc2249a0218176c247673b.tar.bz2
gentoo-dba5fe40c8e37ef5e9cc2249a0218176c247673b.zip
sys-boot/shlilo-lantank: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697188 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/shlilo-lantank/shlilo-lantank-20040408.ebuild10
1 files 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
}