summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-22 18:51:30 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-22 18:51:30 +0000
commit1b56749b3686166beb54b09d51629fd095efe37c (patch)
treefa0a1886841cfd2d803b94709cd4a1680d80411f /www-servers
parentMasked sci-chemistry/pynmr for removal (diff)
downloadgentoo-2-1b56749b3686166beb54b09d51629fd095efe37c.tar.gz
gentoo-2-1b56749b3686166beb54b09d51629fd095efe37c.tar.bz2
gentoo-2-1b56749b3686166beb54b09d51629fd095efe37c.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/tornado/ChangeLog8
-rw-r--r--www-servers/tornado/tornado-0.2.ebuild14
2 files changed, 14 insertions, 8 deletions
diff --git a/www-servers/tornado/ChangeLog b/www-servers/tornado/ChangeLog
index 5be6df537cef..1e32fa9376b4 100644
--- a/www-servers/tornado/ChangeLog
+++ b/www-servers/tornado/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-servers/tornado
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.2 2009/12/02 10:51:05 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.3 2010/04/22 18:51:30 arfrever Exp $
+
+ 22 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ tornado-0.2.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
02 Dec 2009; Markus Meier <maekke@gentoo.org> tornado-0.2.ebuild:
amd64/x86 stable, bug #295224
diff --git a/www-servers/tornado/tornado-0.2.ebuild b/www-servers/tornado/tornado-0.2.ebuild
index 5c50155c4033..3153d7e41db9 100644
--- a/www-servers/tornado/tornado-0.2.ebuild
+++ b/www-servers/tornado/tornado-0.2.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-0.2.ebuild,v 1.2 2009/12/02 10:51:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-0.2.ebuild,v 1.3 2010/04/22 18:51:30 arfrever Exp $
EAPI="2"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
inherit distutils
@@ -15,7 +17,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-DEPEND=">=dev-lang/python-2.5"
-RDEPEND="${DEPEND}
- dev-python/simplejson
- dev-python/pycurl"
+DEPEND="dev-python/pycurl
+ dev-python/simplejson"
+RDEPEND="${DEPEND}"
+RESTRICT_PYTHON_ABIS="3.*"