diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:25:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:53:50 +0100 |
commit | 40fe6b52424cf4bdd25679362499eb29a23aa6b6 (patch) | |
tree | 0c54f71701651b3b52648d9732c380434e23452f /app-i18n | |
parent | app-emulation/libguestfs: Remove py2 (diff) | |
download | gentoo-40fe6b52424cf4bdd25679362499eb29a23aa6b6.tar.gz gentoo-40fe6b52424cf4bdd25679362499eb29a23aa6b6.tar.bz2 gentoo-40fe6b52424cf4bdd25679362499eb29a23aa6b6.zip |
app-i18n/ibus-anthy: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild index 5f0ac86c6339..49d72440083c 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit gnome2-utils python-single-r1 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild index dbb7bfe3885e..557c5b30b615 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit gnome2-utils python-single-r1 |