diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:24:15 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:27:03 +0100 |
commit | 5711f02ccd9687d4dbb569af819f8c24f9f734aa (patch) | |
tree | 27ecabc16b4686c71d3cc4b6f2f8e7eb76b77356 /dev-python | |
parent | dev-python/sphinx: Depend on threading support in python (diff) | |
download | gentoo-5711f02ccd9687d4dbb569af819f8c24f9f734aa.tar.gz gentoo-5711f02ccd9687d4dbb569af819f8c24f9f734aa.tar.bz2 gentoo-5711f02ccd9687d4dbb569af819f8c24f9f734aa.zip |
dev-python/testrepository: 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')
-rw-r--r-- | dev-python/testrepository/testrepository-0.0.18-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/testrepository/testrepository-0.0.20.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/testrepository/testrepository-0.0.18-r1.ebuild b/dev-python/testrepository/testrepository-0.0.18-r1.ebuild index 684ec93334cf..962cecaabb6e 100644 --- a/dev-python/testrepository/testrepository-0.0.18-r1.ebuild +++ b/dev-python/testrepository/testrepository-0.0.18-r1.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/testrepository/testrepository-0.0.20.ebuild b/dev-python/testrepository/testrepository-0.0.20.ebuild index f9e97746ada3..0f29258b4bab 100644 --- a/dev-python/testrepository/testrepository-0.0.20.ebuild +++ b/dev-python/testrepository/testrepository-0.0.20.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |