From 02345e335d511c93f991e50a7dfa3e6521cd8f64 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 18 Aug 2023 11:51:41 +0100 Subject: gui-libs/vte-common: disable py3.12 See the discussion in bug #911418. Bug: https://bugs.gentoo.org/911418 Bug: https://bugs.gentoo.org/912397 Signed-off-by: Sam James --- gui-libs/vte-common/vte-common-0.72.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui-libs') diff --git a/gui-libs/vte-common/vte-common-0.72.2.ebuild b/gui-libs/vte-common/vte-common-0.72.2.ebuild index 2cddc08dce36..d3336f32f1e8 100644 --- a/gui-libs/vte-common/vte-common-0.72.2.ebuild +++ b/gui-libs/vte-common/vte-common-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 -- cgit v1.2.3-65-gdbad