diff options
author | 2012-10-08 19:31:50 +0000 | |
---|---|---|
committer | 2012-10-08 19:31:50 +0000 | |
commit | 0764a0d94ec6150b17c710be2cedf29a43d82066 (patch) | |
tree | aa2d81411aa6e313923a98be92c52428e762cdc2 /dev-python/twisted-words/twisted-words-12.2.0.ebuild | |
parent | Mask db-5.3 until ready. (diff) | |
download | historical-0764a0d94ec6150b17c710be2cedf29a43d82066.tar.gz historical-0764a0d94ec6150b17c710be2cedf29a43d82066.tar.bz2 historical-0764a0d94ec6150b17c710be2cedf29a43d82066.zip |
Fix python dependency to match dev-python/twisted's, spotted by Arfrever.
Package-Manager: portage-2.2.0_alpha135/cvs/Linux x86_64
Diffstat (limited to 'dev-python/twisted-words/twisted-words-12.2.0.ebuild')
-rw-r--r-- | dev-python/twisted-words/twisted-words-12.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/twisted-words/twisted-words-12.2.0.ebuild b/dev-python/twisted-words/twisted-words-12.2.0.ebuild index e1541dbf642f..0a30d8e7dec5 100644 --- a/dev-python/twisted-words/twisted-words-12.2.0.ebuild +++ b/dev-python/twisted-words/twisted-words-12.2.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-12.2.0.ebuild,v 1.1 2012/09/27 18:18:54 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-12.2.0.ebuild,v 1.2 2012/10/08 19:31:50 marienz Exp $ EAPI="4" -PYTHON_DEPEND="2" +PYTHON_DEPEND="2:2.6" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* 2.5 *-jython" MY_PACKAGE="Words" inherit twisted versionator |