summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2014-05-15 20:03:33 +0000
committerMarkus Meier <maekke@gentoo.org>2014-05-15 20:03:33 +0000
commit1a5a23f459e87962e100c246b429ddec592221b8 (patch)
treed6f9e50189cd9fbc3306af7b85de7615ad502314 /dev-python/lxml
parentadd ~arm, bug #509628 (diff)
downloadgentoo-2-1a5a23f459e87962e100c246b429ddec592221b8.tar.gz
gentoo-2-1a5a23f459e87962e100c246b429ddec592221b8.tar.bz2
gentoo-2-1a5a23f459e87962e100c246b429ddec592221b8.zip
arm stable, bug #509134
(Portage version: 2.2.10/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/ChangeLog5
-rw-r--r--dev-python/lxml/lxml-3.3.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog
index e01bdee6e820..ede99ce4813a 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.198 2014/05/14 16:10:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.199 2014/05/15 20:03:33 maekke Exp $
+
+ 15 May 2014; Markus Meier <maekke@gentoo.org> lxml-3.3.5.ebuild:
+ arm stable, bug #509134
14 May 2014; Agostino Sarubbo <ago@gentoo.org> lxml-3.3.5.ebuild:
Stable for sparc, wrt bug #509134
diff --git a/dev-python/lxml/lxml-3.3.5.ebuild b/dev-python/lxml/lxml-3.3.5.ebuild
index 505a12c15628..d325bbdc87f8 100644
--- a/dev-python/lxml/lxml-3.3.5.ebuild
+++ b/dev-python/lxml/lxml-3.3.5.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.5.ebuild,v 1.9 2014/05/14 16:10:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.10 2014/05/15 20:03:33 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 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.