summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2012-10-08 13:49:11 +0000
committerMarien Zwart <marienz@gentoo.org>2012-10-08 13:49:11 +0000
commit445df4efe7f78c6c4e449f0c84be58ba684e3c76 (patch)
treeaf2a3cf41d48c4d95f8bcac1c6b218d12cf4d198 /dev-python/twisted
parentRemove old. (diff)
downloadgentoo-2-445df4efe7f78c6c4e449f0c84be58ba684e3c76.tar.gz
gentoo-2-445df4efe7f78c6c4e449f0c84be58ba684e3c76.tar.bz2
gentoo-2-445df4efe7f78c6c4e449f0c84be58ba684e3c76.zip
Tighten python version dependency (spotted by Arfrever).
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/twisted')
-rw-r--r--dev-python/twisted/ChangeLog5
-rw-r--r--dev-python/twisted/twisted-12.2.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog
index fc5c8a62dc6a..253688adc486 100644
--- a/dev-python/twisted/ChangeLog
+++ b/dev-python/twisted/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/twisted
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.157 2012/10/05 14:44:44 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.158 2012/10/08 13:49:11 marienz Exp $
+
+ 08 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-12.2.0.ebuild:
+ Tighten python version dependency (spotted by Arfrever).
05 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-10.2.0.ebuild,
twisted-11.0.0.ebuild:
diff --git a/dev-python/twisted/twisted-12.2.0.ebuild b/dev-python/twisted/twisted-12.2.0.ebuild
index b7808ac11aaa..15125121f8d7 100644
--- a/dev-python/twisted/twisted-12.2.0.ebuild
+++ b/dev-python/twisted/twisted-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/twisted-12.2.0.ebuild,v 1.1 2012/09/27 18:14:32 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-12.2.0.ebuild,v 1.2 2012/10/08 13:49:11 marienz Exp $
EAPI="4"
-PYTHON_DEPEND="2"
+PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="2.5 3.* *-jython"
# A couple of failures (refcounting, version-checking), but sufficiently
# functional to be useful, so restrict just the tests.
PYTHON_TESTS_RESTRICTED_ABIS="*-pypy-*"