diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 07:18:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 07:18:08 +0000 |
commit | 45d3f2a39d2275247cf942f4ffbf9dae68a1a876 (patch) | |
tree | 7f53133df76d92e5ece7becbf243f5a25647a52c /app-shells/pdksh | |
parent | initial ebuild #28202 (diff) | |
download | historical-45d3f2a39d2275247cf942f4ffbf9dae68a1a876.tar.gz historical-45d3f2a39d2275247cf942f4ffbf9dae68a1a876.tar.bz2 historical-45d3f2a39d2275247cf942f4ffbf9dae68a1a876.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" |