summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-11 18:08:10 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-11 18:27:03 +0100
commit8bb185dc800c84350ed53e3168723957da3fad92 (patch)
tree80f4db7c96493a2f4a56ee3a461381fa9b3e444d /dev-python/ipython
parentdev-python/jinja: Depend on threading support in python (diff)
downloadgentoo-8bb185dc800c84350ed53e3168723957da3fad92.tar.gz
gentoo-8bb185dc800c84350ed53e3168723957da3fad92.tar.bz2
gentoo-8bb185dc800c84350ed53e3168723957da3fad92.zip
dev-python/ipython: Depend on threading support in python
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ipython-3.2.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipython/ipython-3.2.1-r1.ebuild b/dev-python/ipython/ipython-3.2.1-r1.ebuild
index 6083e1c08892..a4db074de7ec 100644
--- a/dev-python/ipython/ipython-3.2.1-r1.ebuild
+++ b/dev-python/ipython/ipython-3.2.1-r1.ebuild
@@ -5,7 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-PYTHON_REQ_USE='readline,sqlite'
+PYTHON_REQ_USE='readline,sqlite,threads(+)'
inherit distutils-r1 eutils virtualx