diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-05-07 15:24:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-05-07 15:24:29 +0000 |
commit | a7334c44e8e6971b64865e678464da9dc5a2576c (patch) | |
tree | 81687d4db05d858eeea79fb7113814dce84468e7 /dev-python/lxml | |
parent | Stable for amd64, wrt bug #509050 (diff) | |
download | gentoo-2-a7334c44e8e6971b64865e678464da9dc5a2576c.tar.gz gentoo-2-a7334c44e8e6971b64865e678464da9dc5a2576c.tar.bz2 gentoo-2-a7334c44e8e6971b64865e678464da9dc5a2576c.zip |
Stable for amd64, wrt bug #509134
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/lxml')
-rw-r--r-- | dev-python/lxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lxml/lxml-3.3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog index 729a825ab3a4..ac1b5b9e88a5 100644 --- a/dev-python/lxml/ChangeLog +++ b/dev-python/lxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lxml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.192 2014/05/05 22:12:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.193 2014/05/07 15:24:29 ago Exp $ + + 07 May 2014; Agostino Sarubbo <ago@gentoo.org> lxml-3.3.5.ebuild: + Stable for amd64, wrt bug #509134 05 May 2014; Jeroen Roovers <jer@gentoo.org> lxml-3.3.5.ebuild: Stable for HPPA (bug #509134). diff --git a/dev-python/lxml/lxml-3.3.5.ebuild b/dev-python/lxml/lxml-3.3.5.ebuild index 10564df64185..7e3c612653d3 100644 --- a/dev-python/lxml/lxml-3.3.5.ebuild +++ b/dev-python/lxml/lxml-3.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.3 2014/05/05 22:12:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.4 2014/05/07 15:24:29 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD ElementTree GPL-2 PSF-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="beautifulsoup3 doc examples +threads" # Note: lib{xml2,xslt} are used as C libraries, not Python modules. |