diff options
author | Markus Meier <maekke@gentoo.org> | 2014-01-18 15:57:07 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-01-18 15:57:07 +0000 |
commit | 2c7d8b44458a8a1325585a740fbe0ab4b8426882 (patch) | |
tree | 6af12a0824a4d76803e1f7e0ab2cf4242c77834e /dev-python | |
parent | arm stable, bug #450174 (diff) | |
download | gentoo-2-2c7d8b44458a8a1325585a740fbe0ab4b8426882.tar.gz gentoo-2-2c7d8b44458a8a1325585a740fbe0ab4b8426882.tar.bz2 gentoo-2-2c7d8b44458a8a1325585a740fbe0ab4b8426882.zip |
arm stable, bug #450174
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/lxml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/lxml/lxml-3.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog index de70dd0c3fe2..df6f7bde114a 100644 --- a/dev-python/lxml/ChangeLog +++ b/dev-python/lxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lxml -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.173 2013/11/07 20:25:32 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.174 2014/01/18 15:57:07 maekke Exp $ + + 18 Jan 2014; Markus Meier <maekke@gentoo.org> lxml-3.2.1.ebuild: + arm stable, bug #450174 *lxml-3.2.4 (07 Nov 2013) diff --git a/dev-python/lxml/lxml-3.2.1.ebuild b/dev-python/lxml/lxml-3.2.1.ebuild index 7acb80da820b..d31b0b004912 100644 --- a/dev-python/lxml/lxml-3.2.1.ebuild +++ b/dev-python/lxml/lxml-3.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.2.1.ebuild,v 1.13 2013/10/22 11:57:25 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.2.1.ebuild,v 1.14 2014/01/18 15:57:07 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -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. |