dev-python/testrepository: Depend on threading support in python
authorJustin Lecher <jlec@gentoo.org>
Wed, 11 Nov 2015 17:24:15 +0000 (18:24 +0100)
committerJustin Lecher <jlec@gentoo.org>
Wed, 11 Nov 2015 17:27:03 +0000 (18:27 +0100)
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/testrepository/testrepository-0.0.18-r1.ebuild
dev-python/testrepository/testrepository-0.0.20.ebuild

index 684ec93334cfe1ef0831c04c551ea0ebdead604a..962cecaabb6e6bce5d8c7141390e918304ddefb4 100644 (file)
@@ -5,6 +5,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
 
index f9e97746ada3c7b7297d4614b56ec418996cce68..0f29258b4bab157a654a57a24a547e4d5830e8aa 100644 (file)
@@ -5,6 +5,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1