diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-03-09 23:22:18 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-03-09 23:22:18 +0000 |
commit | b4ec00f9fc4228b3929f411cc9545e64e204b764 (patch) | |
tree | 2aa774f5590158c92a0d4a7a6da41853fdabcc9e /dev-python/pyxml | |
parent | stable on alpha and ia64 (Manifest recommit) (diff) | |
download | gentoo-2-b4ec00f9fc4228b3929f411cc9545e64e204b764.tar.gz gentoo-2-b4ec00f9fc4228b3929f411cc9545e64e204b764.tar.bz2 gentoo-2-b4ec00f9fc4228b3929f411cc9545e64e204b764.zip |
stable on alpha and ia64
Diffstat (limited to 'dev-python/pyxml')
-rw-r--r-- | dev-python/pyxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyxml/pyxml-0.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyxml/ChangeLog b/dev-python/pyxml/ChangeLog index 6124575ccfd1..0fac74265f27 100644 --- a/dev-python/pyxml/ChangeLog +++ b/dev-python/pyxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyxml # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/ChangeLog,v 1.8 2004/03/03 02:48:59 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/ChangeLog,v 1.9 2004/03/09 23:18:26 agriffis Exp $ + + 09 Mar 2004; <agriffis@gentoo.org> pyxml-0.8.3.ebuild: + stable on alpha and ia64 02 Mar 2004; Jason Wever <weeve@gentoo.org> pyxml-0.8.3.ebuild: Marked stable on sparc. diff --git a/dev-python/pyxml/pyxml-0.8.3.ebuild b/dev-python/pyxml/pyxml-0.8.3.ebuild index cdc4aa37ab62..c1c30071efc2 100644 --- a/dev-python/pyxml/pyxml-0.8.3.ebuild +++ b/dev-python/pyxml/pyxml-0.8.3.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/dev-python/pyxml/pyxml-0.8.3.ebuild,v 1.7 2004/03/03 02:48:59 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.3.ebuild,v 1.8 2004/03/09 23:18:26 agriffis Exp $ inherit distutils @@ -15,7 +15,7 @@ DEPEND="virtual/python IUSE="" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~alpha ~hppa ~amd64 ppc64" +KEYWORDS="x86 ~ppc sparc alpha ~hppa ~amd64 ppc64 ia64" LICENSE="PYTHON" S=${WORKDIR}/${MY_P} |