diff options
author | 2015-04-13 09:26:09 +0000 | |
---|---|---|
committer | 2015-04-13 09:26:09 +0000 | |
commit | b61574ebdb70b5e2de658867548aad4e64ac2697 (patch) | |
tree | 73734f2e852b5915f77a271ab5c11c010ab18ccb /dev-python/lxml | |
parent | Stable for alpha, wrt bug #540290 (diff) | |
download | gentoo-2-b61574ebdb70b5e2de658867548aad4e64ac2697.tar.gz gentoo-2-b61574ebdb70b5e2de658867548aad4e64ac2697.tar.bz2 gentoo-2-b61574ebdb70b5e2de658867548aad4e64ac2697.zip |
Stable for alpha, wrt bug #540290
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", 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.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog index c797936d7417..ca7557c49488 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.215 2015/04/08 08:05:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.216 2015/04/13 09:26:09 ago Exp $ + + 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> lxml-3.4.1.ebuild: + Stable for alpha, wrt bug #540290 08 Apr 2015; Michał Górny <mgorny@gentoo.org> lxml-3.3.5.ebuild, lxml-3.3.6.ebuild, lxml-3.4.0.ebuild: diff --git a/dev-python/lxml/lxml-3.4.1.ebuild b/dev-python/lxml/lxml-3.4.1.ebuild index df58a27e2e00..44bd7d4ef632 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.9 2015/03/21 08:33:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.4.1.ebuild,v 1.10 2015/04/13 09:26:09 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 ~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. |