diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-21 19:30:30 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-21 19:36:16 +0200 |
commit | 8fa5f77eea1c19edc16c089f2418937c9f44933b (patch) | |
tree | f8679d489515dc38a2d2a5eb24578e293cdbab33 /app-i18n/ibus-cangjie | |
parent | app-emulation/spice: Support newer python (diff) | |
download | gentoo-8fa5f77eea1c19edc16c089f2418937c9f44933b.tar.gz gentoo-8fa5f77eea1c19edc16c089f2418937c9f44933b.tar.bz2 gentoo-8fa5f77eea1c19edc16c089f2418937c9f44933b.zip |
app-i18n/ibus-cangjie: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-i18n/ibus-cangjie')
-rw-r--r-- | app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild index b0b8ded9d61a..766065c32132 100644 --- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild +++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit autotools-utils gnome2-utils python-r1 eutils |