diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-12-07 12:26:29 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-12-07 12:26:29 -0500 |
commit | 1a2e3cf9241bb6fef01d8d5e065e790fc713aa86 (patch) | |
tree | 9dcfc53f043fa6b0ca36dacd6fd74178efec879d /app-shells/dash/dash-0.5.9.1-r1.ebuild | |
parent | www-client/links: mark 2.12-r2 ia64/ppc/ppc64/s390/sh/sparc stable #591910 (diff) | |
download | gentoo-1a2e3cf9241bb6fef01d8d5e065e790fc713aa86.tar.gz gentoo-1a2e3cf9241bb6fef01d8d5e065e790fc713aa86.tar.bz2 gentoo-1a2e3cf9241bb6fef01d8d5e065e790fc713aa86.zip |
app-shells/dash: change USE=dumb-echo to USE=vanilla #590696
Diffstat (limited to 'app-shells/dash/dash-0.5.9.1-r1.ebuild')
-rw-r--r-- | app-shells/dash/dash-0.5.9.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |