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 CAE381384B4 for ; Wed, 11 Nov 2015 17:27:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FABC21C0B7; Wed, 11 Nov 2015 17:27:37 +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 46B8721C0A7 for ; Wed, 11 Nov 2015 17:27:36 +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 8FB553407D2 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 4A261241E 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.ee5dd59099a857e4bcd45dc7a70cd9285d2fbb7d.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/snakeoil/snakeoil-0.6.4.ebuild dev-python/snakeoil/snakeoil-0.6.5.ebuild dev-python/snakeoil/snakeoil-9999.ebuild X-VCS-Directories: dev-python/snakeoil/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ee5dd59099a857e4bcd45dc7a70cd9285d2fbb7d 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: 78511d71-d763-4690-be2d-9bc0bea4e1b0 X-Archives-Hash: a8df3d468640c1464515032bee38b2c9 commit: ee5dd59099a857e4bcd45dc7a70cd9285d2fbb7d Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 11 17:21:52 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=ee5dd590 dev-python/snakeoil: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/snakeoil/snakeoil-0.6.4.ebuild | 1 + dev-python/snakeoil/snakeoil-0.6.5.ebuild | 1 + dev-python/snakeoil/snakeoil-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/snakeoil/snakeoil-0.6.4.ebuild b/dev-python/snakeoil/snakeoil-0.6.4.ebuild index b5d042d..c4c744a 100644 --- a/dev-python/snakeoil/snakeoil-0.6.4.ebuild +++ b/dev-python/snakeoil/snakeoil-0.6.4.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then diff --git a/dev-python/snakeoil/snakeoil-0.6.5.ebuild b/dev-python/snakeoil/snakeoil-0.6.5.ebuild index c56da0c..2a56c96 100644 --- a/dev-python/snakeoil/snakeoil-0.6.5.ebuild +++ b/dev-python/snakeoil/snakeoil-0.6.5.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index c56da0c..2a56c96 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then