diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-05-10 18:14:31 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-05-10 18:18:23 +0900 |
commit | af6f9f10575a3f376111351191b8e6ec439570b3 (patch) | |
tree | d3b6bada8eb9a94ad2d472edd1eb5781f0ae0d04 /app-i18n | |
parent | dev-lang/go: x86 stable wrt bug #721562 (diff) | |
download | gentoo-af6f9f10575a3f376111351191b8e6ec439570b3.tar.gz gentoo-af6f9f10575a3f376111351191b8e6ec439570b3.tar.bz2 gentoo-af6f9f10575a3f376111351191b8e6ec439570b3.zip |
app-i18n/ibus-typing-booster: 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')
-rw-r--r-- | app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild index 99d431fc2d5c..2c9d4d48b4d0 100644 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite(+)" inherit python-single-r1 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild index 0091f717eeca..2c9d4d48b4d0 100644 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite(+)" inherit python-single-r1 |