From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 75BB71384B4 for ; Wed, 11 Nov 2015 17:27:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21DEF21C0B6; Wed, 11 Nov 2015 17:27:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A71B221C0BA for ; Wed, 11 Nov 2015 17:27:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE355340836 for ; Wed, 11 Nov 2015 17:27:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B365E2424 for ; Wed, 11 Nov 2015 17:27:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447262823.74f9a6f6233947c9b62a11f53c741fec9662dc62.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tornado/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/tornado/tornado-3.1.1-r1.ebuild www-servers/tornado/tornado-4.0.1.ebuild www-servers/tornado/tornado-4.2.1.ebuild www-servers/tornado/tornado-4.3.ebuild X-VCS-Directories: www-servers/tornado/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 74f9a6f6233947c9b62a11f53c741fec9662dc62 X-VCS-Branch: master Date: Wed, 11 Nov 2015 17:27:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 70ff0a86-13f0-4a5f-a5b3-feed7bcc300f X-Archives-Hash: 574e472d22784571e325b539e5c1133c commit: 74f9a6f6233947c9b62a11f53c741fec9662dc62 Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 11 17:25:25 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 11 17:27:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f9a6f6 www-servers/tornado: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> www-servers/tornado/tornado-3.1.1-r1.ebuild | 1 + www-servers/tornado/tornado-4.0.1.ebuild | 1 + www-servers/tornado/tornado-4.2.1.ebuild | 1 + www-servers/tornado/tornado-4.3.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/www-servers/tornado/tornado-3.1.1-r1.ebuild b/www-servers/tornado/tornado-3.1.1-r1.ebuild index 3177d06..8a56639 100644 --- a/www-servers/tornado/tornado-3.1.1-r1.ebuild +++ b/www-servers/tornado/tornado-3.1.1-r1.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/www-servers/tornado/tornado-4.0.1.ebuild b/www-servers/tornado/tornado-4.0.1.ebuild index 45e6acd..1990422 100644 --- a/www-servers/tornado/tornado-4.0.1.ebuild +++ b/www-servers/tornado/tornado-4.0.1.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/www-servers/tornado/tornado-4.2.1.ebuild b/www-servers/tornado/tornado-4.2.1.ebuild index 7cbfbc2..58a8544 100644 --- a/www-servers/tornado/tornado-4.2.1.ebuild +++ b/www-servers/tornado/tornado-4.2.1.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/www-servers/tornado/tornado-4.3.ebuild b/www-servers/tornado/tornado-4.3.ebuild index 0209a28..7d743a3 100644 --- a/www-servers/tornado/tornado-4.3.ebuild +++ b/www-servers/tornado/tornado-4.3.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1