diff options
author | Michael McCabe <randy@gentoo.org> | 2004-04-15 23:46:36 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-04-15 23:46:36 +0000 |
commit | 1507e8601946893d5fcd7502657959a03147c416 (patch) | |
tree | 507886157bd4022cb3e7d96e6921366540973202 /app-shells/pdksh/pdksh-5.2.14-r4.ebuild | |
parent | Version bump. Bug # 46370. (diff) | |
download | historical-1507e8601946893d5fcd7502657959a03147c416.tar.gz historical-1507e8601946893d5fcd7502657959a03147c416.tar.bz2 historical-1507e8601946893d5fcd7502657959a03147c416.zip |
Added s390 keywords
Diffstat (limited to 'app-shells/pdksh/pdksh-5.2.14-r4.ebuild')
-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 9cfbd20761a2..3e6d61cb4b23 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.18 2004/02/22 07:17:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.19 2004/04/15 23:46:36 randy 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 amd64 ia64 ~ppc64" +KEYWORDS="x86 ppc sparc alpha ~hppa ~mips amd64 ia64 ~ppc64 s390" DEPEND=">=sys-libs/glibc-2.1.3 sys-apps/coreutils" |