diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-08-01 21:35:44 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-08-01 21:35:44 +0900 |
commit | 76a303c1adb2690529f36f0641af6e0fe58f5194 (patch) | |
tree | a316eb5982cadbf53b9a24a5df23da9707954423 /app-i18n/ibus-cangjie | |
parent | app-i18n/ibus-cangjie: call gnome2_schemas_update (diff) | |
download | gentoo-76a303c1adb2690529f36f0641af6e0fe58f5194.tar.gz gentoo-76a303c1adb2690529f36f0641af6e0fe58f5194.tar.bz2 gentoo-76a303c1adb2690529f36f0641af6e0fe58f5194.zip |
app-i18n/ibus-cangjie: update PYTHON_COMPAT
Closes: https://bugs.gentoo.org/718218
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-cangjie')
-rw-r--r-- | app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild index 6d11b6fa34a5..2c17f511f6df 100644 --- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild +++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit gnome2-utils python-r1 xdg |