diff options
author | 2015-06-07 09:32:38 +0000 | |
---|---|---|
committer | 2015-06-07 09:32:38 +0000 | |
commit | 3b76c207064926914ba749bd75758457c4db31d6 (patch) | |
tree | c7aed9553dbf7413f484dba7cf2b7e31473779d8 /dev-python/lxml | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-3b76c207064926914ba749bd75758457c4db31d6.tar.gz gentoo-2-3b76c207064926914ba749bd75758457c4db31d6.tar.bz2 gentoo-2-3b76c207064926914ba749bd75758457c4db31d6.zip |
arm stable, bug #540290
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/lxml')
-rw-r--r-- | dev-python/lxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lxml/lxml-3.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog index 094898e25e91..59f9e4e830db 100644 --- a/dev-python/lxml/ChangeLog +++ b/dev-python/lxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lxml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.224 2015/06/03 20:09:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.225 2015/06/07 09:32:38 maekke Exp $ + + 07 Jun 2015; Markus Meier <maekke@gentoo.org> lxml-3.4.1.ebuild: + arm stable, bug #540290 03 Jun 2015; Justin Lecher <jlec@gentoo.org> lxml-3.4.4.ebuild: Add missing eutils.eclass diff --git a/dev-python/lxml/lxml-3.4.1.ebuild b/dev-python/lxml/lxml-3.4.1.ebuild index f35657484815..e6822863f35c 100644 --- a/dev-python/lxml/lxml-3.4.1.ebuild +++ b/dev-python/lxml/lxml-3.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.4.1.ebuild,v 1.12 2015/06/02 05:11:41 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.4.1.ebuild,v 1.13 2015/06/07 09:32:38 maekke 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 ~arm64 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 ~arm64 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. |