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 | c1c310f5d4c7f9d6302ebb59e8d7f6353dd23d5a (patch) | |
tree | 6643bdb4ab128365629c96a9cf429f3c9bc2adaa /app-shells/ksh | |
parent | Add syntax highlighting fix (bug #52363) (diff) | |
download | historical-c1c310f5d4c7f9d6302ebb59e8d7f6353dd23d5a.tar.gz historical-c1c310f5d4c7f9d6302ebb59e8d7f6353dd23d5a.tar.bz2 historical-c1c310f5d4c7f9d6302ebb59e8d7f6353dd23d5a.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} |