summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-18 11:55:02 +0100
committerSam James <sam@gentoo.org>2023-08-18 11:55:02 +0100
commitfb90f5c637e8eed1f52dd81f033d4d41ac2c272a (patch)
tree834f1b4fb070bf8f18020f72f225e41b27628e35
parentgui-libs/vte: disable py3.12 (diff)
downloadgentoo-fb90f5c6.tar.gz
gentoo-fb90f5c6.tar.bz2
gentoo-fb90f5c6.zip
x11-libs/vte: disable py3.12
See the discussion in bug #911418. Bug: https://bugs.gentoo.org/911418 Bug: https://bugs.gentoo.org/912452 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--x11-libs/vte/vte-0.72.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/vte/vte-0.72.2.ebuild b/x11-libs/vte/vte-0.72.2.ebuild
index 04ee6c291ffb..d4048c5a2eb9 100644
--- a/x11-libs/vte/vte-0.72.2.ebuild
+++ b/x11-libs/vte/vte-0.72.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit gnome.org meson python-any-r1 vala xdg