summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-30 12:55:34 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-30 12:55:34 +0000
commitf03f705428df83bce2b13c6225d11dfcecf26b49 (patch)
tree2c297f3d31df49d333643fbd6245e830ff75789b /dev-python/twisted-runner
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-f03f705428df83bce2b13c6225d11dfcecf26b49.tar.gz
gentoo-2-f03f705428df83bce2b13c6225d11dfcecf26b49.tar.bz2
gentoo-2-f03f705428df83bce2b13c6225d11dfcecf26b49.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: 14746-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/twisted-runner')
-rw-r--r--dev-python/twisted-runner/ChangeLog6
-rw-r--r--dev-python/twisted-runner/twisted-runner-8.2.0.ebuild11
2 files changed, 13 insertions, 4 deletions
diff --git a/dev-python/twisted-runner/ChangeLog b/dev-python/twisted-runner/ChangeLog
index 21a10bc9624b..35bd0511a2cb 100644
--- a/dev-python/twisted-runner/ChangeLog
+++ b/dev-python/twisted-runner/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/twisted-runner
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.28 2009/01/08 22:39:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.29 2009/10/30 12:55:34 arfrever Exp $
+
+ 30 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ twisted-runner-8.2.0.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
*twisted-runner-8.2.0 (08 Jan 2009)
diff --git a/dev-python/twisted-runner/twisted-runner-8.2.0.ebuild b/dev-python/twisted-runner/twisted-runner-8.2.0.ebuild
index af92636f2b31..ca1e3e5ded67 100644
--- a/dev-python/twisted-runner/twisted-runner-8.2.0.ebuild
+++ b/dev-python/twisted-runner/twisted-runner-8.2.0.ebuild
@@ -1,17 +1,22 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-8.2.0.ebuild,v 1.1 2009/01/08 22:39:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-8.2.0.ebuild,v 1.2 2009/10/30 12:55:34 arfrever Exp $
-MY_PACKAGE=Runner
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
+MY_PACKAGE="Runner"
inherit twisted versionator
DESCRIPTION="Twisted Runner is a process management library and inetd replacement."
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
DEPEND="=dev-python/twisted-$(get_version_component_range 1)*"
+RDEPEND="${DEPEND}"
+RESTRICT_PYTHON_ABIS="3.*"
PROVIDE="virtual/inetd"
-IUSE=""
+PYTHON_MODNAME="twisted/runner"