commit: 8bb0e42f8f8f2047d5c851a78f6146569766ea69 Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com> AuthorDate: Fri Dec 17 09:25:14 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jan 22 00:37:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb0e42f
dev-cpp/atkmm: add python 3.10 Closes: https://bugs.gentoo.org/829415 Closes: https://github.com/gentoo/gentoo/pull/23355 Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com> Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> 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 ffb10b24f7c6..12cb0726d76e 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 6889038a2d5e..c22677a95a15 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"