diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 17:20:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 17:20:43 +0000 |
commit | 1896802bf9dc12343cee58868ef3d9e05f2ee82c (patch) | |
tree | ea768629dec28f29cbd970a750be15879e66b986 /app-shells/ksh | |
parent | Add syntax highlighting fix (bug #52363) (Manifest recommit) (diff) | |
download | gentoo-2-1896802bf9dc12343cee58868ef3d9e05f2ee82c.tar.gz gentoo-2-1896802bf9dc12343cee58868ef3d9e05f2ee82c.tar.bz2 gentoo-2-1896802bf9dc12343cee58868ef3d9e05f2ee82c.zip |
arm KEYWORDS
Diffstat (limited to 'app-shells/ksh')
-rw-r--r-- | app-shells/ksh/ksh-93.20040229.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-shells/ksh/ksh-93.20040229.ebuild b/app-shells/ksh/ksh-93.20040229.ebuild index 85e5e9985a2b..161fe2865a0d 100644 --- a/app-shells/ksh/ksh-93.20040229.ebuild +++ b/app-shells/ksh/ksh-93.20040229.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20040229.ebuild,v 1.3 2004/04/27 17:25:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20040229.ebuild,v 1.4 2004/05/31 17:17:45 vapier Exp $ inherit ccc eutils flag-o-matic @@ -13,10 +13,11 @@ SRC_URI="http://www.research.att.com/~gsf/download/tgz/INIT.${RELEASE}.tgz LICENSE="ATT" SLOT="0" -KEYWORDS="~x86 ~alpha ~sparc s390" +KEYWORDS="~x86 ~sparc ~alpha arm s390" IUSE="static nls" -DEPEND="virtual/glibc !app-shells/pdksh" +DEPEND="virtual/glibc + !app-shells/pdksh" S=${WORKDIR} |