diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-07-16 03:02:30 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-07-16 03:02:30 +0000 |
commit | e91c6a779ca70cbb968d529d441ca77493b0193b (patch) | |
tree | 473c9560ec14fb173333d5126c4cfa1db3fa8f75 /dev-python | |
parent | amd64 stable, bug 277350 (diff) | |
download | historical-e91c6a779ca70cbb968d529d441ca77493b0193b.tar.gz historical-e91c6a779ca70cbb968d529d441ca77493b0193b.tar.bz2 historical-e91c6a779ca70cbb968d529d441ca77493b0193b.zip |
amd64 stable, bug 277351
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyxml/pyxml-0.8.4-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyxml/ChangeLog b/dev-python/pyxml/ChangeLog index a58ef0f779e3..74e021a92fc6 100644 --- a/dev-python/pyxml/ChangeLog +++ b/dev-python/pyxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyxml # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/ChangeLog,v 1.52 2009/07/15 13:02:11 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/ChangeLog,v 1.53 2009/07/16 03:02:30 darkside Exp $ + + 16 Jul 2009; Jeremy Olexa <darkside@gentoo.org> pyxml-0.8.4-r2.ebuild: + amd64 stable, bug 277351 15 Jul 2009; Christian Faulhammer <fauli@gentoo.org> pyxml-0.8.4-r2.ebuild: diff --git a/dev-python/pyxml/pyxml-0.8.4-r2.ebuild b/dev-python/pyxml/pyxml-0.8.4-r2.ebuild index 7d02a8de2392..cc689e7d3baa 100644 --- a/dev-python/pyxml/pyxml-0.8.4-r2.ebuild +++ b/dev-python/pyxml/pyxml-0.8.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.4-r2.ebuild,v 1.4 2009/07/15 13:02:11 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.4-r2.ebuild,v 1.5 2009/07/16 03:02:30 darkside Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="PYTHON" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="doc examples" DEPEND=">=dev-libs/expat-1.95.6" |