diff options
Diffstat (limited to 'app-shells/dash/dash-99999999.ebuild')
-rw-r--r-- | app-shells/dash/dash-99999999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-shells/dash/dash-99999999.ebuild b/app-shells/dash/dash-99999999.ebuild index 24104c5f..5327b792 100644 --- a/app-shells/dash/dash-99999999.ebuild +++ b/app-shells/dash/dash-99999999.ebuild @@ -31,12 +31,12 @@ fi inherit eutils flag-o-matic toolchain-funcs -DESCRIPTION="Descendant of the NetBSD ash. Vanilla, without the gentoo XSI cripple patches" +DESCRIPTION="Descendant of the NetBSD ash. POSIX compliant except for multibyte characters" HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/" LICENSE="BSD" SLOT="0" -IUSE="libedit static" +IUSE="cripple libedit static" RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )" DEPEND="${RDEPEND} @@ -46,6 +46,7 @@ DEPEND="${RDEPEND} src_prepare() { local c default + ! use cripple || eapply "${FILESDIR}"/dumb-echo if [ -n "${DEB_PATCH}" ] then eapply "${WORKDIR}"/${DEB_PF}.diff eapply */debian/diff/* |