diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:21:52 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:27:03 +0100 |
commit | ee5dd59099a857e4bcd45dc7a70cd9285d2fbb7d (patch) | |
tree | 0054150ea518e2b0d8670fc53c955638f6093554 /dev-python/snakeoil | |
parent | sci-libs/scipy: Depend on threading support in python (diff) | |
download | gentoo-ee5dd59099a857e4bcd45dc7a70cd9285d2fbb7d.tar.gz gentoo-ee5dd59099a857e4bcd45dc7a70cd9285d2fbb7d.tar.bz2 gentoo-ee5dd59099a857e4bcd45dc7a70cd9285d2fbb7d.zip |
dev-python/snakeoil: 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/snakeoil')
-rw-r--r-- | dev-python/snakeoil/snakeoil-0.6.4.ebuild | 1 | ||||
-rw-r--r-- | dev-python/snakeoil/snakeoil-0.6.5.ebuild | 1 | ||||
-rw-r--r-- | dev-python/snakeoil/snakeoil-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/snakeoil/snakeoil-0.6.4.ebuild b/dev-python/snakeoil/snakeoil-0.6.4.ebuild index b5d042d86945..c4c744ace63d 100644 --- a/dev-python/snakeoil/snakeoil-0.6.4.ebuild +++ b/dev-python/snakeoil/snakeoil-0.6.4.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then diff --git a/dev-python/snakeoil/snakeoil-0.6.5.ebuild b/dev-python/snakeoil/snakeoil-0.6.5.ebuild index c56da0c1da39..2a56c967574c 100644 --- a/dev-python/snakeoil/snakeoil-0.6.5.ebuild +++ b/dev-python/snakeoil/snakeoil-0.6.5.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index c56da0c1da39..2a56c967574c 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE="threads(+)" inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then |