diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-05-12 23:20:16 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-05-12 23:20:16 +0900 |
commit | de12dac8a02d9014257839a83886da4f569debf9 (patch) | |
tree | b0b4752ca6b3bbbf26acf4abb2dd15cea21e3241 /app-i18n/ibus-anthy | |
parent | app-i18n/ibus-anthy: update to EAPI 7 (diff) | |
download | gentoo-de12dac8a02d9014257839a83886da4f569debf9.tar.gz gentoo-de12dac8a02d9014257839a83886da4f569debf9.tar.bz2 gentoo-de12dac8a02d9014257839a83886da4f569debf9.zip |
app-i18n/ibus-anthy: update PYTHON_COMPAT
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-anthy')
-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.11.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild | 2 |
3 files changed, 3 insertions, 3 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 918d14a66617..bfac831d0a27 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="7" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit gnome2-utils python-single-r1 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild index 69b11608af81..7a819ffc87d7 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{6,7,8} ) 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 6a99e0b6b4b2..a6d54f15b8ce 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="7" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit gnome2-utils python-single-r1 |