dev-python/pyfltk: Require thread support in python

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565594

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-11-12 17:38:22 +01:00
parent 7983e63595
commit 0ff0f4b758
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 flag-o-matic

View File

@@ -7,6 +7,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 flag-o-matic