diff options
-rw-r--r-- | app-shells/dash/dash-0.5.3.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/dash/dash-0.5.3.8-r1.ebuild b/app-shells/dash/dash-0.5.3.8-r1.ebuild index c311d57995a0..ebf368091594 100644 --- a/app-shells/dash/dash-0.5.3.8-r1.ebuild +++ b/app-shells/dash/dash-0.5.3.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.3.8-r1.ebuild,v 1.1 2007/06/26 17:36:12 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.3.8-r1.ebuild,v 1.2 2007/07/09 02:39:57 vapier Exp $ inherit autotools eutils flag-o-matic toolchain-funcs @@ -17,7 +17,7 @@ SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86" IUSE="libedit static" DEPEND="libedit? ( dev-libs/libedit )" |