From 1a2e3cf9241bb6fef01d8d5e065e790fc713aa86 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 7 Dec 2016 12:26:29 -0500 Subject: app-shells/dash: change USE=dumb-echo to USE=vanilla #590696 --- app-shells/dash/dash-0.5.9.1-r1.ebuild | 4 ++-- app-shells/dash/metadata.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app-shells') diff --git a/app-shells/dash/dash-0.5.9.1-r1.ebuild b/app-shells/dash/dash-0.5.9.1-r1.ebuild index a4f77983dc2f..16467b461643 100644 --- a/app-shells/dash/dash-0.5.9.1-r1.ebuild +++ b/app-shells/dash/dash-0.5.9.1-r1.ebuild @@ -21,7 +21,7 @@ fi LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="dumb-echo libedit static" +IUSE="libedit static vanilla" RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )" DEPEND="${RDEPEND} @@ -42,7 +42,7 @@ src_prepare() { epatch "${PATCHES[@]}" #337329 #527848 - use dumb-echo && epatch "${FILESDIR}"/${PN}-0.5.9.1-dumb-echo.patch + use vanilla || epatch "${FILESDIR}"/${PN}-0.5.9.1-dumb-echo.patch # Fix the invalid sort sed -i -e 's/LC_COLLATE=C/LC_ALL=C/g' src/mkbuiltins diff --git a/app-shells/dash/metadata.xml b/app-shells/dash/metadata.xml index 7e1b714eb2f6..0d01a34d50df 100644 --- a/app-shells/dash/metadata.xml +++ b/app-shells/dash/metadata.xml @@ -9,7 +9,7 @@ cpe:/a:dash:dash - Disable echo -n for added fun + Support echo -n, and enable echo -e all the time (unsupported) DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell) -- cgit v1.2.3-65-gdbad