diff options
author | 2004-01-14 03:23:05 +0000 | |
---|---|---|
committer | 2004-01-14 03:23:05 +0000 | |
commit | 70b612d0a024b078c3f1f6456a8a3c12a44d4bc5 (patch) | |
tree | 716e5da2fb782ac023a9dc174ba91176972cc34a /app-shells/pdksh | |
parent | Stable on AMD64 (diff) | |
download | historical-70b612d0a024b078c3f1f6456a8a3c12a44d4bc5.tar.gz historical-70b612d0a024b078c3f1f6456a8a3c12a44d4bc5.tar.bz2 historical-70b612d0a024b078c3f1f6456a8a3c12a44d4bc5.zip |
Stable on AMD64
Diffstat (limited to 'app-shells/pdksh')
-rw-r--r-- | app-shells/pdksh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/pdksh/pdksh-5.2.14-r4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/pdksh/ChangeLog b/app-shells/pdksh/ChangeLog index d9efe96477ad..d5f57e8f2970 100644 --- a/app-shells/pdksh/ChangeLog +++ b/app-shells/pdksh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/pdksh -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/ChangeLog,v 1.12 2004/01/04 17:47:50 seemant Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/ChangeLog,v 1.13 2004/01/14 03:23:05 avenj Exp $ + + 13 Jan 2004; Jon Portnoy <avenj@gentoo.org> pdksh-5.2.14-r4.ebuild : + Stable on AMD64. 04 Jan 2004; Seemant Kulleen <seemant@gentoo.org> pdksh-5.2.14-r4.ebuild, files/pdksh-5.2.14-coreutils-posix-fix.patch: diff --git a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild index c2fceb6fae5f..ffbebc8ce17e 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-2003 Gentoo Technologies, Inc. +# 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.16 2004/01/04 17:47:50 seemant Exp $ +# $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 $ 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 ~arm amd64 ia64 ~ppc64" DEPEND=">=sys-libs/glibc-2.1.3 sys-apps/coreutils" |