diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:22:10 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-11 18:27:03 +0100 |
commit | 7bc89cb3650a3489189cfa800ea798bee159f310 (patch) | |
tree | 133a2a08b32bf4e41df14c307ac71693e71b338b /app-accessibility | |
parent | dev-python/snakeoil: Depend on threading support in python (diff) | |
download | gentoo-7bc89cb3650a3489189cfa800ea798bee159f310.tar.gz gentoo-7bc89cb3650a3489189cfa800ea798bee159f310.tar.bz2 gentoo-7bc89cb3650a3489189cfa800ea798bee159f310.zip |
app-accessibility/speech-dispatcher: Depend on threading support in python
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild index 2e287a681f97..f9467a841837 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild @@ -5,6 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python3_3 python3_4 python3_5 ) +PYTHON_REQ_USE="threads(+)" inherit eutils python-r1 |