summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2023-03-17 18:44:14 +0800
committerYixun Lan <dlan@gentoo.org>2023-03-17 21:17:53 +0800
commitb4fee38c0d1e8adbfb6e4617d55d4a5df244f56f (patch)
tree8aea502cf0f06e1b841bfb8378bf11de73f1f46d /app-i18n/opencc
parentapp-i18n/ibus-table: enable py3.11 (diff)
downloadgentoo-b4fee38c0d1e8adbfb6e4617d55d4a5df244f56f.tar.gz
gentoo-b4fee38c0d1e8adbfb6e4617d55d4a5df244f56f.tar.bz2
gentoo-b4fee38c0d1e8adbfb6e4617d55d4a5df244f56f.zip
app-i18n/opencc: enable py3.11
Closes: https://bugs.gentoo.org/896562 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-i18n/opencc')
-rw-r--r--app-i18n/opencc/opencc-1.1.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/opencc/opencc-1.1.4.ebuild b/app-i18n/opencc/opencc-1.1.4.ebuild
index b8a6652fc9d5..f9d91ca6ab7e 100644
--- a/app-i18n/opencc/opencc-1.1.4.ebuild
+++ b/app-i18n/opencc/opencc-1.1.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit cmake python-any-r1