summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2015-11-20 22:58:10 +0100
committerMartin Väth <martin@mvath.de>2015-11-20 22:58:10 +0100
commit54e1638047d8f3c28d9824ea8141bc201a4ac98b (patch)
tree7ad61db574e9209732242a31b324d1df567021ea /app-portage/world-mv/world-mv-3.14.ebuild
parentapp-arch/archwrap: Version bump (diff)
downloadmv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.tar.gz
mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.tar.bz2
mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.zip
Bump to EAPI=6
Diffstat (limited to 'app-portage/world-mv/world-mv-3.14.ebuild')
-rw-r--r--app-portage/world-mv/world-mv-3.14.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-portage/world-mv/world-mv-3.14.ebuild b/app-portage/world-mv/world-mv-3.14.ebuild
index d1eff415..d39d92a9 100644
--- a/app-portage/world-mv/world-mv-3.14.ebuild
+++ b/app-portage/world-mv/world-mv-3.14.ebuild
@@ -2,9 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
RESTRICT="mirror"
-inherit eutils
mPN="${PN%-*}"
DESCRIPTION="Organize your world file and find installed packages or differences to @world"
@@ -27,7 +26,7 @@ src_prepare() {
-e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \
-- "${mPN}" || die
fi
- epatch_user
+ eapply_user
}
src_install() {