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 C43A71384B4 for ; Wed, 11 Nov 2015 17:12:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C952321C09F; Wed, 11 Nov 2015 17:12:12 +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 9AF6621C093 for ; Wed, 11 Nov 2015 17:12:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E26F734070F for ; Wed, 11 Nov 2015 17:12:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 091862411 for ; Wed, 11 Nov 2015 17:12:08 +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: <1447261891.9c6f270d440659889fce4e809df1d86b00a9b900.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/qtconsole/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild dev-python/qtconsole/qtconsole-4.1.0.ebuild dev-python/qtconsole/qtconsole-9999.ebuild X-VCS-Directories: dev-python/qtconsole/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9c6f270d440659889fce4e809df1d86b00a9b900 X-VCS-Branch: master Date: Wed, 11 Nov 2015 17:12:08 +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: 71f4ccdd-20b4-4ba0-b030-7fdde7849d52 X-Archives-Hash: 444c467d8b5e12d59f5ad6ce6b887d17 commit: 9c6f270d440659889fce4e809df1d86b00a9b900 Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 11 17:11:31 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Nov 11 17:11:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9c6f270d dev-python/qtconsole: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild | 1 + dev-python/qtconsole/qtconsole-4.1.0.ebuild | 1 + dev-python/qtconsole/qtconsole-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild b/dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild index 04b8823..35469c1 100644 --- a/dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild +++ b/dev-python/qtconsole/qtconsole-4.0.1-r1.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python{3_3,3_4} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/qtconsole/qtconsole-4.1.0.ebuild b/dev-python/qtconsole/qtconsole-4.1.0.ebuild index 6bcdb1d..cc13663 100644 --- a/dev-python/qtconsole/qtconsole-4.1.0.ebuild +++ b/dev-python/qtconsole/qtconsole-4.1.0.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/dev-python/qtconsole/qtconsole-9999.ebuild b/dev-python/qtconsole/qtconsole-9999.ebuild index cf213d6..d9b9a4a 100644 --- a/dev-python/qtconsole/qtconsole-9999.ebuild +++ b/dev-python/qtconsole/qtconsole-9999.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 git-r3