app-i18n/ibus-typing-booster: update PYTHON_COMPAT
authorAkinori Hattori <hattya@gentoo.org>
Sun, 10 May 2020 09:14:31 +0000 (18:14 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Sun, 10 May 2020 09:18:23 +0000 (18:18 +0900)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild
app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild

index 99d431fc2d5c3f82a5c3d84b5b6d5ddafdb14b13..2c9d4d48b4d0eb54215b1f1b39e8b7be626f3464 100644 (file)
@@ -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
index 0091f717eeca5b7294fd494e3ad06b8ebb65c006..2c9d4d48b4d0eb54215b1f1b39e8b7be626f3464 100644 (file)
@@ -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