diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-09-18 03:31:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-09-18 03:31:42 +0000 |
commit | 7b737ef2c836c3c15121dfc217aa4f391a68fd0d (patch) | |
tree | 441d0a124d43811fce8c6cfc7fa6a97a5cf6ed18 /dev-python/lxml | |
parent | Stable for HPPA (bug #285063). (diff) | |
download | gentoo-2-7b737ef2c836c3c15121dfc217aa4f391a68fd0d.tar.gz gentoo-2-7b737ef2c836c3c15121dfc217aa4f391a68fd0d.tar.bz2 gentoo-2-7b737ef2c836c3c15121dfc217aa4f391a68fd0d.zip |
Stable for HPPA (bug #284981).
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'dev-python/lxml')
-rw-r--r-- | dev-python/lxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lxml/lxml-2.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog index 085cdc87a65f..b0e41ec16c2e 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.59 2009/09/06 22:47:21 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.60 2009/09/18 03:31:42 jer Exp $ + + 18 Sep 2009; Jeroen Roovers <jer@gentoo.org> lxml-2.2.2.ebuild: + Stable for HPPA (bug #284981). 06 Sep 2009; Christian Ruppert <idl0r@gentoo.org> -files/lxml-1.0-distutils.diff, -files/lxml-2.1.5_unicode_test.patch: diff --git a/dev-python/lxml/lxml-2.2.2.ebuild b/dev-python/lxml/lxml-2.2.2.ebuild index 518b09706266..0e4b6b7d285f 100644 --- a/dev-python/lxml/lxml-2.2.2.ebuild +++ b/dev-python/lxml/lxml-2.2.2.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/lxml/lxml-2.2.2.ebuild,v 1.2 2009/08/13 18:54:41 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-2.2.2.ebuild,v 1.3 2009/09/18 03:31:42 jer Exp $ EAPI="2" @@ -14,7 +14,7 @@ HOMEPAGE="http://codespeak.net/lxml/" 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" +KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc examples +threads" RDEPEND=">=dev-libs/libxml2-2.7.2 |