diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-28 23:40:55 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-28 23:40:55 +0000 |
commit | 52baf2424d8536ce36544eac60a7a6cdcf9cae88 (patch) | |
tree | 0fc38586e7ca1990ae187629843c18bee5a0642f /dev-python/pyxml | |
parent | Add missing glut dep for opengl USE. (Manifest recommit) (diff) | |
download | gentoo-2-52baf2424d8536ce36544eac60a7a6cdcf9cae88.tar.gz gentoo-2-52baf2424d8536ce36544eac60a7a6cdcf9cae88.tar.bz2 gentoo-2-52baf2424d8536ce36544eac60a7a6cdcf9cae88.zip |
stable bump (#41548)
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 3ba0f895df4b..00bb94d6f3eb 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.6 2004/01/29 04:45:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/ChangeLog,v 1.7 2004/02/28 23:40:55 liquidx Exp $ + + 28 Feb 2004; Alastair Tse <liquidx@gentoo.org> pyxml-0.8.3.ebuild: + stable bump. fixes charset provlems with py2.3 (#41548) 28 Jan 2004; Aron Griffis <agriffis@gentoo.org> pyxml-0.8.2.ebuild: stable on alpha and ia64 diff --git a/dev-python/pyxml/pyxml-0.8.3.ebuild b/dev-python/pyxml/pyxml-0.8.3.ebuild index dc3e54fc767b..d98508aeeca3 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.5 2004/01/18 12:33:22 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.3.ebuild,v 1.6 2004/02/28 23:40:55 liquidx 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" LICENSE="PYTHON" S=${WORKDIR}/${MY_P} |