diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-08 17:53:57 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-08 18:04:42 +0200 |
commit | a73fff8492bc03c33c411370d003bfe125ff660a (patch) | |
tree | 414acbabf91af932f27c7b7cebb11a79250fa04b /app-accessibility | |
parent | dev-libs/crypto++: switch to cmake (diff) | |
download | gentoo-a73fff8492bc03c33c411370d003bfe125ff660a.tar.gz gentoo-a73fff8492bc03c33c411370d003bfe125ff660a.tar.bz2 gentoo-a73fff8492bc03c33c411370d003bfe125ff660a.zip |
app-accessibility/speech-dispatcher: Support python 3.5
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild index e7bd9e1ff226..234828814470 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python3_3 python3_4 ) +PYTHON_COMPAT=( python3_3 python3_4 python3_5 ) inherit eutils python-r1 |