diff options
Diffstat (limited to 'dev-python/twisted-conch')
-rw-r--r-- | dev-python/twisted-conch/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-12.2.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog index fc2bc5fe2d92..759c2067db46 100644 --- a/dev-python/twisted-conch/ChangeLog +++ b/dev-python/twisted-conch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted-conch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.82 2012/10/05 14:45:03 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.83 2012/10/08 19:30:06 marienz Exp $ + + 08 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-conch-12.2.0.ebuild: + Fix python dependency to match dev-python/twisted's, spotted by Arfrever. 05 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-conch-10.2.0.ebuild, twisted-conch-11.0.0.ebuild: diff --git a/dev-python/twisted-conch/twisted-conch-12.2.0.ebuild b/dev-python/twisted-conch/twisted-conch-12.2.0.ebuild index c79f0498ad9e..6e38cb780702 100644 --- a/dev-python/twisted-conch/twisted-conch-12.2.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-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-conch/twisted-conch-12.2.0.ebuild,v 1.1 2012/09/27 18:15:49 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-12.2.0.ebuild,v 1.2 2012/10/08 19:30:06 marienz Exp $ EAPI="4" -PYTHON_DEPEND="2" +PYTHON_DEPEND="2:2.6" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" +RESTRICT_PYTHON_ABIS="3.* 2.5 2.7-pypy-*" MY_PACKAGE="Conch" inherit twisted versionator |