From 07ff28cc328cae32c93366e575ed730a4d4fbd50 Mon Sep 17 00:00:00 2001 From: Thomas Bettler Date: Fri, 17 Dec 2021 10:31:31 +0100 Subject: dev-cpp/gtkmm: add python 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/829417 Closes: https://github.com/gentoo/gentoo/pull/23356 Signed-off-by: Thomas Bettler Signed-off-by: Andreas K. Hüttel --- dev-cpp/gtkmm/gtkmm-3.24.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/gtkmm/gtkmm-3.24.5.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.5.ebuild index e482e204b764..f386d00d4178 100644 --- a/dev-cpp/gtkmm/gtkmm-3.24.5.ebuild +++ b/dev-cpp/gtkmm/gtkmm-3.24.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome.org meson-multilib python-any-r1 virtualx DESCRIPTION="C++ interface for GTK+" -- cgit v1.2.3-18-g5258