diff options
Diffstat (limited to 'app-shells/dash/dash-0.5.6.1.ebuild')
-rw-r--r-- | app-shells/dash/dash-0.5.6.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-shells/dash/dash-0.5.6.1.ebuild b/app-shells/dash/dash-0.5.6.1.ebuild index 0165742e9e6c..0f176e46a614 100644 --- a/app-shells/dash/dash-0.5.6.1.ebuild +++ b/app-shells/dash/dash-0.5.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild,v 1.1 2010/07/18 22:08:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.6.1.ebuild,v 1.2 2010/07/19 18:55:12 vapier Exp $ EAPI="2" @@ -18,7 +18,10 @@ SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +# needs updated debian patchset +# http://bugs.debian.org/587353 +# http://bugs.gentoo.org/328929 +#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="libedit static" DEPEND="libedit? ( dev-libs/libedit )" |