commit: 02a4eb49f4812a92ff4a55d4cff4a8f38fb143c1
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 17:26:55 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=02a4eb49
dev-python/pylint: Depend on threading support in python
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pylint/pylint-1.4.4.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pylint/pylint-1.4.4.ebuild
b/dev-python/pylint/pylint-1.4.4.ebuild
index a83be5c..b5502c3 100644
--- a/dev-python/pylint/pylint-1.4.4.ebuild
+++ b/dev-python/pylint/pylint-1.4.4.ebuild
@@ -5,6 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_REQ_USE="threads(+)"
inherit distutils-r1