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 | b688c4e8db04edaadbebb219832d6f2e7844af16 (patch) | |
tree | 8a417268bf431f7f4dad96a50b2cbaf4f2143d24 /dev-python/twisted-conch | |
parent | Bump (diff) | |
download | historical-b688c4e8db04edaadbebb219832d6f2e7844af16.tar.gz historical-b688c4e8db04edaadbebb219832d6f2e7844af16.tar.bz2 historical-b688c4e8db04edaadbebb219832d6f2e7844af16.zip |
Set SUPPORT_PYTHON_ABIS.
Package-Manager: portage-14746-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/twisted-conch')
-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" |