diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:11:30 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:27:03 +0100 |
commit | 3b7f08409587f14225fc02bf95acc53e17e37afb (patch) | |
tree | 1c2b5c1af6d396405c3e1eb541ed1a12259f3461 /dev-python/matplotlib/matplotlib-9999.ebuild | |
parent | e4676c0e424981298a95ad3fac8471f4a3bfa947 (diff) | |
download | gentoo-3b7f08409587f14225fc02bf95acc53e17e37afb.tar.gz gentoo-3b7f08409587f14225fc02bf95acc53e17e37afb.tar.xz |
dev-python/matplotlib: 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/matplotlib/matplotlib-9999.ebuild')
-rw-r--r-- | dev-python/matplotlib/matplotlib-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild index 1bde41e63e1..bad2f740c7a 100644 --- a/dev-python/matplotlib/matplotlib-9999.ebuild +++ b/dev-python/matplotlib/matplotlib-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) -PYTHON_REQ_USE='tk?' +PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 eutils flag-o-matic git-r3 virtualx toolchain-funcs |