diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-30 12:30:01 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-30 12:30:01 +0000 |
commit | 0ea3d8470cce7d3cfdbf346a51e992b5efea6258 (patch) | |
tree | a87dbe9ed402749934da8185a4a270bbc5eb5de4 | |
parent | Bump (diff) | |
download | gentoo-2-0ea3d8470cce7d3cfdbf346a51e992b5efea6258.tar.gz gentoo-2-0ea3d8470cce7d3cfdbf346a51e992b5efea6258.tar.bz2 gentoo-2-0ea3d8470cce7d3cfdbf346a51e992b5efea6258.zip |
Set SUPPORT_PYTHON_ABIS.
(Portage version: 14746-svn/cvs/Linux x86_64)
-rw-r--r-- | dev-python/twisted-conch/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-8.2.0.ebuild | 14 |
2 files changed, 14 insertions, 6 deletions
diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog index b8d22d6c27eb..71be291c1931 100644 --- a/dev-python/twisted-conch/ChangeLog +++ b/dev-python/twisted-conch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted-conch # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.42 2009/09/06 21:02:31 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.43 2009/10/30 12:30:01 arfrever Exp $ + + 30 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + twisted-conch-8.2.0.ebuild: + Set SUPPORT_PYTHON_ABIS. 06 Sep 2009; Christian Ruppert <idl0r@gentoo.org> -files/twisted-conch-0.5.0-root-skip.patch, diff --git a/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild b/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild index 7119e8fb3489..8362fa57c615 100644 --- a/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild @@ -1,17 +1,21 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild,v 1.3 2009/09/06 21:02:31 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild,v 1.4 2009/10/30 12:30:01 arfrever Exp $ -MY_PACKAGE=Conch +EAPI="2" +SUPPORT_PYTHON_ABIS="1" +MY_PACKAGE="Conch" -inherit twisted eutils versionator +inherit twisted versionator -DESCRIPTION="Twisted SSHv2 implementation." +DESCRIPTION="Twisted SSHv2 implementation" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* >=dev-python/pycrypto-1.9_alpha6" RDEPEND="${DEPEND}" +RESTRICT_PYTHON_ABIS="3.*" -IUSE="" +PYTHON_MODNAME="twisted/conch twisted/plugins" |