summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-05-07 23:17:25 +0200
committerMartin Väth <martin@mvath.de>2018-05-07 23:17:25 +0200
commit094d1baa446a429adf4d090893acf7f7c7dd1c49 (patch)
treea7e50c7135cecf533bb6895a0a1df8cbfe8d0d09 /app-shells/dash/dash-99999999.ebuild
parentx11-libs/gtk+: Version bump. Remove old (diff)
downloadmv-094d1baa446a429adf4d090893acf7f7c7dd1c49.tar.gz
mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.tar.bz2
mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.zip
Minor cleanups/EAPI bumps
Diffstat (limited to 'app-shells/dash/dash-99999999.ebuild')
-rw-r--r--app-shells/dash/dash-99999999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-shells/dash/dash-99999999.ebuild b/app-shells/dash/dash-99999999.ebuild
index 116417b1..2804cae3 100644
--- a/app-shells/dash/dash-99999999.ebuild
+++ b/app-shells/dash/dash-99999999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
LIVE=false
case ${PV} in
@@ -45,7 +45,6 @@ DEPEND="${RDEPEND}
src_prepare() {
local c
- default
use vanilla || eapply "${FILESDIR}"/dumb-echo.patch
if [ -n "${DEB_PATCH}" ]
then eapply "${WORKDIR}"/${DEB_PF}.diff
@@ -61,7 +60,7 @@ src_prepare() {
-e "/LIBS/s:-ledit:\`$(tc-getPKG_CONFIG) --libs libedit $(usex static --static '')\`:" \
${c} || die
- eapply_user
+ default
! ${LIVE} || eautoreconf
}