From 9d1f51d00fea20448c6e62224d7c4598c1108aea Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 25 Oct 2009 20:56:46 +0000 Subject: Set SUPPORT_PYTHON_ABIS. (Portage version: 14727-svn/cvs/Linux x86_64) --- dev-python/twisted-mail/ChangeLog | 6 +++++- dev-python/twisted-mail/twisted-mail-8.2.0.ebuild | 10 +++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'dev-python/twisted-mail') diff --git a/dev-python/twisted-mail/ChangeLog b/dev-python/twisted-mail/ChangeLog index 727307da6dec..b8df67aed2ae 100644 --- a/dev-python/twisted-mail/ChangeLog +++ b/dev-python/twisted-mail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted-mail # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.35 2009/09/06 20:42:55 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.36 2009/10/25 20:56:46 arfrever Exp $ + + 25 Oct 2009; Arfrever Frehtes Taifersar Arahesis + twisted-mail-8.2.0.ebuild: + Set SUPPORT_PYTHON_ABIS. 06 Sep 2009; Christian Ruppert -files/twisted-mail-0.2.0-tests-2.2-compat.patch, diff --git a/dev-python/twisted-mail/twisted-mail-8.2.0.ebuild b/dev-python/twisted-mail/twisted-mail-8.2.0.ebuild index a1514c83fecd..2164a7c5602e 100644 --- a/dev-python/twisted-mail/twisted-mail-8.2.0.ebuild +++ b/dev-python/twisted-mail/twisted-mail-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-mail/twisted-mail-8.2.0.ebuild,v 1.3 2009/09/06 20:42:55 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-8.2.0.ebuild,v 1.4 2009/10/25 20:56:46 arfrever Exp $ -MY_PACKAGE=Mail +EAPI="2" +SUPPORT_PYTHON_ABIS="1" +MY_PACKAGE="Mail" inherit twisted versionator DESCRIPTION="A Twisted Mail library, server and client" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* >=dev-python/twisted-names-0.2.0" RDEPEND="${DEPEND}" +RESTRICT_PYTHON_ABIS="3.*" -IUSE="" +PYTHON_MODNAME="twisted/mail twisted/plugins" -- cgit v1.2.3-65-gdbad