summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-11 17:37:35 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-11 18:27:03 +0100
commita96359479e05530dabd9ced4cc44f660c5bc0c28 (patch)
tree3e6726dbd15770f956d48931f9ff57d2038f1d2c /dev-python/pillow/pillow-2.8.2.ebuild
parentapp-crypt/eid-mw: bump to 4.1.9 wrt the gentoo bug, missed in previous commit (diff)
downloadgentoo-a96359479e05530dabd9ced4cc44f660c5bc0c28.tar.gz
gentoo-a96359479e05530dabd9ced4cc44f660c5bc0c28.tar.bz2
gentoo-a96359479e05530dabd9ced4cc44f660c5bc0c28.zip
dev-python/pillow: Depend on threading support in python
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565516 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pillow/pillow-2.8.2.ebuild')
-rw-r--r--dev-python/pillow/pillow-2.8.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pillow/pillow-2.8.2.ebuild b/dev-python/pillow/pillow-2.8.2.ebuild
index b4e6ac14d48b..b46807d3c394 100644
--- a/dev-python/pillow/pillow-2.8.2.ebuild
+++ b/dev-python/pillow/pillow-2.8.2.ebuild
@@ -5,7 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
-PYTHON_REQ_USE='tk?'
+PYTHON_REQ_USE='tk?,threads(+)'
inherit distutils-r1 eutils