diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 14:18:30 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 14:18:30 +0000 |
commit | bc9372bc0838a9a32059340d63ad764ae2e745cb (patch) | |
tree | cc7f345c8a894e8b518e214cd86e8ca133e23218 /dev-python/lxml | |
parent | Drop stale conditionals after py2.5 removal. (diff) | |
download | gentoo-2-bc9372bc0838a9a32059340d63ad764ae2e745cb.tar.gz gentoo-2-bc9372bc0838a9a32059340d63ad764ae2e745cb.tar.bz2 gentoo-2-bc9372bc0838a9a32059340d63ad764ae2e745cb.zip |
Drop stale conditionals after py3.1 removal.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/lxml')
-rw-r--r-- | dev-python/lxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lxml/lxml-3.2.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/lxml/ChangeLog b/dev-python/lxml/ChangeLog index b70a145c8cfc..e98f4f24faf0 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.169 2013/09/02 12:11:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.170 2013/09/05 14:18:30 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> lxml-3.2.1.ebuild: + Drop stale conditionals after py3.1 removal. 02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> lxml-3.2.1.ebuild: Stable for sparc, wrt bug #450174 diff --git a/dev-python/lxml/lxml-3.2.1.ebuild b/dev-python/lxml/lxml-3.2.1.ebuild index 3fef9d6ccca7..8eb27319291f 100644 --- a/dev-python/lxml/lxml-3.2.1.ebuild +++ b/dev-python/lxml/lxml-3.2.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 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.11 2013/09/02 12:11:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.2.1.ebuild,v 1.12 2013/09/05 14:18:30 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 flag-o-matic @@ -22,7 +22,6 @@ RDEPEND=">=dev-libs/libxml2-2.7.2 beautifulsoup3? ( python_targets_python2_6? ( dev-python/beautifulsoup:python-2[python_targets_python2_6] ) python_targets_python2_7? ( dev-python/beautifulsoup:python-2[python_targets_python2_7] ) - python_targets_python3_1? ( dev-python/beautifulsoup:python-3[python_targets_python3_1] ) python_targets_python3_2? ( dev-python/beautifulsoup:python-3[python_targets_python3_2] ) python_targets_python3_3? ( dev-python/beautifulsoup:python-3[python_targets_python3_3] ) )" |