diff options
author | 2010-01-24 08:06:57 +0000 | |
---|---|---|
committer | 2010-01-24 08:06:57 +0000 | |
commit | fee7e4f469d9575aeb7ef64242e2d46a291235e2 (patch) | |
tree | a0b05bc72dc0010dadfbfc83f2cb941ef270298c /dev-python/lxml | |
parent | Force -j1 on 1.2.2 and bump to 1.2.3 wrt #301976, thanks to Henry Gebhardt fo... (diff) | |
download | historical-fee7e4f469d9575aeb7ef64242e2d46a291235e2.tar.gz historical-fee7e4f469d9575aeb7ef64242e2d46a291235e2.tar.bz2 historical-fee7e4f469d9575aeb7ef64242e2d46a291235e2.zip |
Stable for HPPA (bug #301955).
Package-Manager: portage-2.2_rc61/cvs/Linux i686
Diffstat (limited to 'dev-python/lxml')
-rw-r--r-- | dev-python/lxml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/lxml/lxml-2.2.4.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog index 781ad1f5d8df..4b318a5f66f1 100644 --- a/dev-python/lxml/ChangeLog +++ b/dev-python/lxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lxml -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.72 2010/01/24 05:53:13 tgall Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.73 2010/01/24 08:06:57 jer Exp $ + + 24 Jan 2010; Jeroen Roovers <jer@gentoo.org> lxml-2.2.4.ebuild: + Stable for HPPA (bug #301955). 23 Jan 2010; Tom Gall <tgall@gentoo.org> lxml-2.2.4.ebuild: stable on ppc64, bug #301955 diff --git a/dev-python/lxml/lxml-2.2.4.ebuild b/dev-python/lxml/lxml-2.2.4.ebuild index 8ab3a6086cb6..93ec554ec0d7 100644 --- a/dev-python/lxml/lxml-2.2.4.ebuild +++ b/dev-python/lxml/lxml-2.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.2.4.ebuild,v 1.7 2010/01/24 05:53:13 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.2.4.ebuild,v 1.8 2010/01/24 08:06:57 jer Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://codespeak.net/lxml/${P}.tgz" LICENSE="BSD ElementTree GPL-2 PSF-2.4" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="doc examples +threads" RDEPEND=">=dev-libs/libxml2-2.7.2 |