summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-25 20:56:46 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-25 20:56:46 +0000
commit9d1f51d00fea20448c6e62224d7c4598c1108aea (patch)
treefd6bcf888b85860cf7e77efe1a5e3d069bd8503b
parentVersion bump. Drop old. Sync with upstream configure.ac literaly. (diff)
downloadgentoo-2-9d1f51d00fea20448c6e62224d7c4598c1108aea.tar.gz
gentoo-2-9d1f51d00fea20448c6e62224d7c4598c1108aea.tar.bz2
gentoo-2-9d1f51d00fea20448c6e62224d7c4598c1108aea.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: 14727-svn/cvs/Linux x86_64)
-rw-r--r--dev-python/twisted-mail/ChangeLog6
-rw-r--r--dev-python/twisted-mail/twisted-mail-8.2.0.ebuild10
2 files changed, 12 insertions, 4 deletions
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 <arfrever@gentoo.org>
+ twisted-mail-8.2.0.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
06 Sep 2009; Christian Ruppert <idl0r@gentoo.org>
-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"