summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-03-02 22:41:33 +0000
committerPacho Ramos <pacho@gentoo.org>2014-03-02 22:41:33 +0000
commitaad21f944e52f631ef7d3657ab25ea8f4b75fbfc (patch)
tree0c18c0f413f01b69c9d9bd8a99227e3c64aeb955 /dev-python/lxml
parentamd64 stable, bug #500680 (diff)
downloadgentoo-2-aad21f944e52f631ef7d3657ab25ea8f4b75fbfc.tar.gz
gentoo-2-aad21f944e52f631ef7d3657ab25ea8f4b75fbfc.tar.bz2
gentoo-2-aad21f944e52f631ef7d3657ab25ea8f4b75fbfc.zip
amd64 stable, bug #500684
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/lxml')
-rw-r--r--dev-python/lxml/ChangeLog5
-rw-r--r--dev-python/lxml/lxml-3.3.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog
index 9f056988ee09..985bbb7acfe1 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.183 2014/03/01 05:26:32 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.184 2014/03/02 22:41:33 pacho Exp $
+
+ 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> lxml-3.3.0.ebuild:
+ amd64 stable, bug #500684
*lxml-3.3.2 (01 Mar 2014)
diff --git a/dev-python/lxml/lxml-3.3.0.ebuild b/dev-python/lxml/lxml-3.3.0.ebuild
index 98b5458ba426..502e9403b89f 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.4 2014/02/25 20:47:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.0.ebuild,v 1.5 2014/03/02 22:41:33 pacho 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.