diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-05 15:37:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-05 15:37:19 +0000 |
commit | c2190ff6048db7161312a110e65ddfa60dec824d (patch) | |
tree | c1665f73d568e9ecdb11fb65e0a7ccfebd342a37 | |
parent | Stable for ppc, wrt bug #502784 (diff) | |
download | gentoo-2-c2190ff6048db7161312a110e65ddfa60dec824d.tar.gz gentoo-2-c2190ff6048db7161312a110e65ddfa60dec824d.tar.bz2 gentoo-2-c2190ff6048db7161312a110e65ddfa60dec824d.zip |
Stable for ppc, wrt bug #500684
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-python/lxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lxml/lxml-3.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog index 2262443f2ac2..4004a3d6a5eb 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.185 2014/03/04 20:06:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.186 2014/03/05 15:37:19 ago Exp $ + + 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> lxml-3.3.0.ebuild: + Stable for ppc, wrt bug #500684 04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> lxml-3.3.0.ebuild: Stable for x86, wrt bug #500684 diff --git a/dev-python/lxml/lxml-3.3.0.ebuild b/dev-python/lxml/lxml-3.3.0.ebuild index dfd3aff8270f..1ff07b2e647b 100644 --- a/dev-python/lxml/lxml-3.3.0.ebuild +++ b/dev-python/lxml/lxml-3.3.0.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.0.ebuild,v 1.6 2014/03/04 20:06:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.0.ebuild,v 1.7 2014/03/05 15:37:19 ago 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. |