summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-08-30 16:27:28 +0200
committerMartin Väth <martin@mvath.de>2017-08-30 16:27:28 +0200
commit6523c1befc290337eb4c9763786ba800e3e5e870 (patch)
tree1b2a1599599bce2db24f67b8209340ad6c502431 /app-shells
parentapp-shells/zsh-completions: Remove since support in gentoo repository is good (diff)
downloadmv-6523c1befc290337eb4c9763786ba800e3e5e870.tar.gz
mv-6523c1befc290337eb4c9763786ba800e3e5e870.tar.bz2
mv-6523c1befc290337eb4c9763786ba800e3e5e870.zip
app-shells/dash: USE=vanilla as in gentoo repository
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/dash/dash-99999999.ebuild4
-rw-r--r--app-shells/dash/metadata.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/dash/dash-99999999.ebuild b/app-shells/dash/dash-99999999.ebuild
index 96940531..fb47384b 100644
--- a/app-shells/dash/dash-99999999.ebuild
+++ b/app-shells/dash/dash-99999999.ebuild
@@ -36,7 +36,7 @@ HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/"
LICENSE="BSD"
SLOT="0"
-IUSE="dumb-echo libedit static"
+IUSE="libedit static vanilla"
RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"
DEPEND="${RDEPEND}
@@ -46,7 +46,7 @@ DEPEND="${RDEPEND}
src_prepare() {
local c
default
- ! use dumb-echo || eapply "${FILESDIR}"/dumb-echo.patch
+ use vanilla || eapply "${FILESDIR}"/dumb-echo.patch
if [ -n "${DEB_PATCH}" ]
then eapply "${WORKDIR}"/${DEB_PF}.diff
eapply */debian/diff/*
diff --git a/app-shells/dash/metadata.xml b/app-shells/dash/metadata.xml
index eda7dfb4..2af3d735 100644
--- a/app-shells/dash/metadata.xml
+++ b/app-shells/dash/metadata.xml
@@ -14,7 +14,7 @@
<remote-id type="cpe">cpe:/a:dash:dash</remote-id>
</upstream>
<use>
- <flag name="dumb-echo">Disable echo -n and character sequence interpretation for added fun</flag>
+ <flag name="vanilla">Let echo escapes and -n work as decided by upstream</flag>
</use>
<longdescription lang="en">
DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell)