summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-30 12:44:09 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-30 12:44:09 +0000
commit1a04cec585a19e80f18d21c52b4914bf1950ba8c (patch)
tree00c6b596bcf952d8ed70f11574d0f107cb1f1411
parentRebump (diff)
downloadgentoo-2-1a04cec585a19e80f18d21c52b4914bf1950ba8c.tar.gz
gentoo-2-1a04cec585a19e80f18d21c52b4914bf1950ba8c.tar.bz2
gentoo-2-1a04cec585a19e80f18d21c52b4914bf1950ba8c.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: 14746-svn/cvs/Linux x86_64)
-rw-r--r--dev-python/twisted-lore/ChangeLog6
-rw-r--r--dev-python/twisted-lore/twisted-lore-8.2.0.ebuild10
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-python/twisted-lore/ChangeLog b/dev-python/twisted-lore/ChangeLog
index f35c2a935fde..60a91773fb4d 100644
--- a/dev-python/twisted-lore/ChangeLog
+++ b/dev-python/twisted-lore/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/twisted-lore
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.31 2009/09/06 20:47:21 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.32 2009/10/30 12:44:09 arfrever Exp $
+
+ 30 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ twisted-lore-8.2.0.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
06 Sep 2009; Christian Ruppert <idl0r@gentoo.org>
-files/twisted-lore-0.1.0-which.patch, twisted-lore-8.1.0.ebuild,
diff --git a/dev-python/twisted-lore/twisted-lore-8.2.0.ebuild b/dev-python/twisted-lore/twisted-lore-8.2.0.ebuild
index 1f17f8193d0d..4944eccea17a 100644
--- a/dev-python/twisted-lore/twisted-lore-8.2.0.ebuild
+++ b/dev-python/twisted-lore/twisted-lore-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-lore/twisted-lore-8.2.0.ebuild,v 1.2 2009/09/06 20:47:21 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-8.2.0.ebuild,v 1.3 2009/10/30 12:44:09 arfrever Exp $
-MY_PACKAGE=Lore
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
+MY_PACKAGE="Lore"
inherit twisted versionator
DESCRIPTION="Twisted documentation system"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
dev-python/twisted-web"
RDEPEND="${DEPEND}"
+RESTRICT_PYTHON_ABIS="3.*"
-IUSE=""
+PYTHON_MODNAME="twisted/lore twisted/plugins"