commit: ee5dd59099a857e4bcd45dc7a70cd9285d2fbb7d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 17:21:52 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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