diff options
author | Akinori Hattori <hattya@gentoo.org> | 2024-05-29 22:12:27 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2024-05-29 22:12:27 +0900 |
commit | e4ae39c7d47543054cb737f85cf18fb531594827 (patch) | |
tree | 2ddb2fb631d2c433a3a2613cfbe69332701102af /app-i18n | |
parent | app-i18n/ibus-m17n: drop old (diff) | |
download | gentoo-e4ae39c7d47543054cb737f85cf18fb531594827.tar.gz gentoo-e4ae39c7d47543054cb737f85cf18fb531594827.tar.bz2 gentoo-e4ae39c7d47543054cb737f85cf18fb531594827.zip |
app-i18n/ibus-table: update PYTHON_COMPAT
Closes: https://bugs.gentoo.org/929322
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-table/ibus-table-1.17.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/ibus-table/ibus-table-1.17.4.ebuild b/app-i18n/ibus-table/ibus-table-1.17.4.ebuild index 65ace9b39f9b..a99cdd400200 100644 --- a/app-i18n/ibus-table/ibus-table-1.17.4.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.17.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) PYTHON_REQ_USE="sqlite(+)" inherit gnome2-utils python-single-r1 xdg |