diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-10-02 14:13:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-10-02 14:13:24 +0000 |
commit | 5771588b9a21f3c2c6ae8b43ac87e5985c997159 (patch) | |
tree | 38d426115e8324406f53dc2c2f25e64761410211 /dev-python/pexpect | |
parent | Mark 1.99.0-r1 stable on ia64 (diff) | |
download | historical-5771588b9a21f3c2c6ae8b43ac87e5985c997159.tar.gz historical-5771588b9a21f3c2c6ae8b43ac87e5985c997159.tar.bz2 historical-5771588b9a21f3c2c6ae8b43ac87e5985c997159.zip |
Mark 0.999 stable on ia64
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'dev-python/pexpect')
-rw-r--r-- | dev-python/pexpect/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pexpect/pexpect-0.999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pexpect/ChangeLog b/dev-python/pexpect/ChangeLog index 28080b35a5a4..c74a5e0a2f3a 100644 --- a/dev-python/pexpect/ChangeLog +++ b/dev-python/pexpect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pexpect # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.22 2005/08/26 03:33:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.23 2005/10/02 14:13:24 agriffis Exp $ + + 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> pexpect-0.999.ebuild: + Mark 0.999 stable on ia64 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> pexpect-0.999.ebuild: add ~ia64 diff --git a/dev-python/pexpect/pexpect-0.999.ebuild b/dev-python/pexpect/pexpect-0.999.ebuild index c315e19251e7..bb066a7b42a7 100644 --- a/dev-python/pexpect/pexpect-0.999.ebuild +++ b/dev-python/pexpect/pexpect-0.999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-0.999.ebuild,v 1.10 2005/08/26 03:33:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-0.999.ebuild,v 1.11 2005/10/02 14:13:24 agriffis Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pexpect/${P}.tgz" LICENSE="PYTHON" SLOT="0" -KEYWORDS="alpha amd64 ~ia64 ppc ~ppc-macos s390 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ~ppc-macos s390 sparc x86" IUSE="" DEPEND="dev-lang/python" |