diff options
author | 2013-09-05 18:51:43 +0000 | |
---|---|---|
committer | 2013-09-05 18:51:43 +0000 | |
commit | af046531df453e37f693f851eaea23c5ba5db28f (patch) | |
tree | c9f2ab01fb7cfd60dc45c6ee06d3e95d9cde70af /dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild | |
parent | add threads useflag by backporting upstream fix (diff) | |
download | historical-af046531df453e37f693f851eaea23c5ba5db28f.tar.gz historical-af046531df453e37f693f851eaea23c5ba5db28f.tar.bz2 historical-af046531df453e37f693f851eaea23c5ba5db28f.zip |
Clean up PYTHON_COMPAT from old implementations.
Package-Manager: portage-2.2.1/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild index 8f267cc7204d..d47446fdd7b2 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v 1.9 2013/09/02 12:11:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v 1.10 2013/09/05 18:46:14 mgorny Exp $ EAPI="5" # A few tests fail with python3.3 :( -PYTHON_COMPAT=( python{3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{3_2,3_3} ) inherit distutils-r1 eutils |