From 8bb0e42f8f8f2047d5c851a78f6146569766ea69 Mon Sep 17 00:00:00 2001 From: Thomas Bettler Date: Fri, 17 Dec 2021 10:25:14 +0100 Subject: [PATCH] dev-cpp/atkmm: add python 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/829415 Closes: https://github.com/gentoo/gentoo/pull/23355 Signed-off-by: Thomas Bettler Signed-off-by: Andreas K. Hüttel --- dev-cpp/atkmm/atkmm-2.28.2.ebuild | 2 +- dev-cpp/atkmm/atkmm-2.36.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/atkmm/atkmm-2.28.2.ebuild b/dev-cpp/atkmm/atkmm-2.28.2.ebuild index ffb10b24f7c60..12cb0726d76ef 100644 --- a/dev-cpp/atkmm/atkmm-2.28.2.ebuild +++ b/dev-cpp/atkmm/atkmm-2.28.2.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 DESCRIPTION="C++ interface for the ATK library" diff --git a/dev-cpp/atkmm/atkmm-2.36.1.ebuild b/dev-cpp/atkmm/atkmm-2.36.1.ebuild index 6889038a2d5ee..c22677a95a151 100644 --- a/dev-cpp/atkmm/atkmm-2.36.1.ebuild +++ b/dev-cpp/atkmm/atkmm-2.36.1.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 DESCRIPTION="C++ interface for the ATK library"