diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-10-23 10:43:36 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-10-23 10:43:36 +0000 |
commit | efc3aad8428895b0fdd337a1c4b6c1a66f54d650 (patch) | |
tree | 20c0925c23751bef417f816f2d4a46340423887d /app-shells/ksh | |
parent | Stable on x86 and alpha. (Manifest recommit) (diff) | |
download | gentoo-2-efc3aad8428895b0fdd337a1c4b6c1a66f54d650.tar.gz gentoo-2-efc3aad8428895b0fdd337a1c4b6c1a66f54d650.tar.bz2 gentoo-2-efc3aad8428895b0fdd337a1c4b6c1a66f54d650.zip |
add ~ia64, bug #68321
Diffstat (limited to 'app-shells/ksh')
-rw-r--r-- | app-shells/ksh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/ksh/ksh-93.20040229.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/ksh/ChangeLog b/app-shells/ksh/ChangeLog index d83f0092289b..9c5e0bcfa03a 100644 --- a/app-shells/ksh/ChangeLog +++ b/app-shells/ksh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/ksh # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.16 2004/10/05 20:26:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.17 2004/10/23 10:43:36 hattya Exp $ + + 23 Oct 2004; Akinori Hattori <hattya@gentoo.org> ksh-93.20040229.ebuild: + add ~ia64, bug #68321. 05 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> ksh-93.20040229.ebuild: Stable on alpha. diff --git a/app-shells/ksh/ksh-93.20040229.ebuild b/app-shells/ksh/ksh-93.20040229.ebuild index dbbd38de9d6f..686d3871ac9a 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 Foundation # 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.11 2004/10/07 19:01:20 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20040229.ebuild,v 1.12 2004/10/23 10:43:36 hattya Exp $ inherit ccc eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="http://www.research.att.com/~gsf/download/tgz/INIT.${RELEASE}.tgz LICENSE="ATT" SLOT="0" -KEYWORDS="x86 sparc alpha arm s390" +KEYWORDS="x86 sparc alpha arm s390 ~ia64" IUSE="static nls" DEPEND="virtual/libc !app-shells/pdksh" |