commit: 02db0fb1b316cb3b02434a35165477a4b0651e2a Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Nov 9 21:42:32 2015 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Nov 9 21:51:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02db0fb1
app-accessibility/speech-dispatcher: Support python3_5 Package-Manager: portage-2.2.24 app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6d5217e..2e287a6 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_3 python3_4 ) +PYTHON_COMPAT=( python3_3 python3_4 python3_5 ) inherit eutils python-r1
