commit: 7bc89cb3650a3489189cfa800ea798bee159f310 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Nov 11 17:22:10 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Nov 11 17:27:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc89cb3
app-accessibility/speech-dispatcher: Depend on threading support in python Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild | 1 + 1 file changed, 1 insertion(+) 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 2e287a6..f9467a8 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
