diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-08-01 23:35:57 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-08-01 23:36:32 +0900 |
commit | f582a0fabbe79e94935c493adf6be211f0d56cc7 (patch) | |
tree | 39a281ac03c70c461ba6593bc3f1afb2fd97d256 /app-i18n/ibus-anthy | |
parent | sys-process/nmon: remove inactive proxy maintainer (diff) | |
download | gentoo-f582a0fabbe79e94935c493adf6be211f0d56cc7.tar.gz gentoo-f582a0fabbe79e94935c493adf6be211f0d56cc7.tar.bz2 gentoo-f582a0fabbe79e94935c493adf6be211f0d56cc7.zip |
app-i18n/ibus-anthy: add support for python3
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/ibus-anthy')
-rw-r--r-- | app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild index 2f76f7939d71..d323809cf182 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit gnome2-utils ltprune python-single-r1 |