commit:     ba1b231ae96613e094548e6614b8d56773ce81f9
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 17:17:07 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=ba1b231a

dev-python/pexpect: Depend on threading support in python

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/pexpect/pexpect-3.3.ebuild   | 1 +
 dev-python/pexpect/pexpect-4.0.1.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/pexpect/pexpect-3.3.ebuild 
b/dev-python/pexpect/pexpect-3.3.ebuild
index afe8265..fb9e019 100644
--- a/dev-python/pexpect/pexpect-3.3.ebuild
+++ b/dev-python/pexpect/pexpect-3.3.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
 

diff --git a/dev-python/pexpect/pexpect-4.0.1.ebuild 
b/dev-python/pexpect/pexpect-4.0.1.ebuild
index 83095a7..bfc629a 100644
--- a/dev-python/pexpect/pexpect-4.0.1.ebuild
+++ b/dev-python/pexpect/pexpect-4.0.1.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
 

Reply via email to