diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-31 08:10:16 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-31 08:26:10 +0200 |
commit | d1a701c629db14fa213dd409738546d99d5d592c (patch) | |
tree | 151751093988d1e5095661c56394d6ded75e4fc5 /app-i18n/ibus-table | |
parent | dev-python/python-poppler-qt5: enable py3.10 (diff) | |
download | gentoo-d1a701c629db14fa213dd409738546d99d5d592c.tar.gz gentoo-d1a701c629db14fa213dd409738546d99d5d592c.tar.bz2 gentoo-d1a701c629db14fa213dd409738546d99d5d592c.zip |
app-i18n/ibus-table: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-table')
-rw-r--r-- | app-i18n/ibus-table/ibus-table-1.14.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-i18n/ibus-table/ibus-table-1.14.1.ebuild b/app-i18n/ibus-table/ibus-table-1.14.1.ebuild index 98017235346d..ba7777ab68ac 100644 --- a/app-i18n/ibus-table/ibus-table-1.14.1.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.14.1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" -PYTHON_COMPAT=( python3_{8,9} ) +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="sqlite(+)" inherit gnome2-utils python-single-r1 xdg |