diff options
author | 2004-02-22 07:18:08 +0000 | |
---|---|---|
committer | 2004-02-22 07:18:08 +0000 | |
commit | a30f5f70cc9f01f158fc8fc2ab68e27b242aa695 (patch) | |
tree | d40bb1b2b58108946c4f086da4649348c617260a /app-shells/pdksh | |
parent | initial ebuild #28202 (diff) | |
download | gentoo-2-a30f5f70cc9f01f158fc8fc2ab68e27b242aa695.tar.gz gentoo-2-a30f5f70cc9f01f158fc8fc2ab68e27b242aa695.tar.bz2 gentoo-2-a30f5f70cc9f01f158fc8fc2ab68e27b242aa695.zip |
arm needs deps first
Diffstat (limited to 'app-shells/pdksh')
-rw-r--r-- | app-shells/pdksh/pdksh-5.2.14-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild index ffbebc8ce17e..9cfbd20761a2 100644 --- a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild +++ b/app-shells/pdksh/pdksh-5.2.14-r4.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/pdksh/pdksh-5.2.14-r4.ebuild,v 1.17 2004/01/14 03:23:05 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.18 2004/02/22 07:17:07 mr_bones_ Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/${P}.tar.gz SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc alpha ~hppa ~mips ~arm amd64 ia64 ~ppc64" +KEYWORDS="x86 ppc sparc alpha ~hppa ~mips amd64 ia64 ~ppc64" DEPEND=">=sys-libs/glibc-2.1.3 sys-apps/coreutils" |