diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-09 22:43:10 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-09 22:51:13 +0100 |
commit | 9b05045daf1325c716736279cacb15e0da89b306 (patch) | |
tree | 4c692420b5bb007f4c6c905e9cd5e0e639fb247d /app-accessibility/brltty | |
parent | app-accessibility/speech-dispatcher: Support python3_5 (diff) | |
download | gentoo-9b05045daf1325c716736279cacb15e0da89b306.tar.gz gentoo-9b05045daf1325c716736279cacb15e0da89b306.tar.bz2 gentoo-9b05045daf1325c716736279cacb15e0da89b306.zip |
app-accessibility/brltty: Support python3_5
Package-Manager: portage-2.2.24
Diffstat (limited to 'app-accessibility/brltty')
-rw-r--r-- | app-accessibility/brltty/brltty-5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-accessibility/brltty/brltty-5.2.ebuild b/app-accessibility/brltty/brltty-5.2.ebuild index e9e9815fc3ce..8adcb66a6721 100644 --- a/app-accessibility/brltty/brltty-5.2.ebuild +++ b/app-accessibility/brltty/brltty-5.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) FINDLIB_USE="ocaml" inherit findlib eutils multilib toolchain-funcs java-pkg-opt-2 flag-o-matic \ |