diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-30 01:12:05 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-30 01:12:05 +0000 |
commit | 6df8b9b45dfcbc0c3b410a3d635c8b4f7c3d4b41 (patch) | |
tree | e6b71b3c16adeb3de82ac604e61d532175e94a00 /dev-python/snakeoil | |
parent | php-5.3 compatibility (5.3 supports zend_extension= in php.ini's only, withou... (diff) | |
download | gentoo-2-6df8b9b45dfcbc0c3b410a3d635c8b4f7c3d4b41.tar.gz gentoo-2-6df8b9b45dfcbc0c3b410a3d635c8b4f7c3d4b41.tar.bz2 gentoo-2-6df8b9b45dfcbc0c3b410a3d635c8b4f7c3d4b41.zip |
Support for Python 3.0 apparently has been removed.
(Portage version: 15154-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/snakeoil')
-rw-r--r-- | dev-python/snakeoil/snakeoil-0.3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/snakeoil/snakeoil-0.3.5.ebuild b/dev-python/snakeoil/snakeoil-0.3.5.ebuild index 0f6199a371ee..e0a77bb4cf34 100644 --- a/dev-python/snakeoil/snakeoil-0.3.5.ebuild +++ b/dev-python/snakeoil/snakeoil-0.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.5.ebuild,v 1.1 2009/12/27 14:31:57 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.5.ebuild,v 1.2 2009/12/30 01:12:05 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -28,7 +28,7 @@ pkg_setup() { # pkgcore needs it to support upgrading to a different Python slot. PYTHON_ABIS="" local python_interpreter - for python_interpreter in /usr/bin/python{2.[4-9],3.[0-9]}; do + for python_interpreter in /usr/bin/python{2.[4-9],3.[1-9]}; do if [[ -x "${python_interpreter}" ]]; then PYTHON_ABIS+=" ${python_interpreter#/usr/bin/python}" fi |