diff options
author | Martin Väth <martin@mvath.de> | 2015-11-20 22:58:10 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-11-20 22:58:10 +0100 |
commit | 54e1638047d8f3c28d9824ea8141bc201a4ac98b (patch) | |
tree | 7ad61db574e9209732242a31b324d1df567021ea /app-portage/logclean/logclean-9.8-r1.ebuild | |
parent | app-arch/archwrap: Version bump (diff) | |
download | mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.tar.gz mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.tar.bz2 mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.zip |
Bump to EAPI=6
Diffstat (limited to 'app-portage/logclean/logclean-9.8-r1.ebuild')
-rw-r--r-- | app-portage/logclean/logclean-9.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/logclean/logclean-9.8-r1.ebuild b/app-portage/logclean/logclean-9.8-r1.ebuild index e04173b4..87450953 100644 --- a/app-portage/logclean/logclean-9.8-r1.ebuild +++ b/app-portage/logclean/logclean-9.8-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 RESTRICT="mirror" inherit eutils @@ -23,7 +23,7 @@ src_prepare() { use prefix || sed -i \ -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ -- "${PN}" || die - epatch_user + eapply_user } src_install() { |