diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2021-12-17 10:25:14 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-01-22 01:37:05 +0100 |
commit | 8bb0e42f8f8f2047d5c851a78f6146569766ea69 (patch) | |
tree | 27935b6a7676221c0bc5bafda81d5deec3a4d697 /dev-cpp | |
parent | net-libs/toxext: disable unconditional -fsanitize (diff) | |
download | gentoo-8bb0e42f8f8f2047d5c851a78f6146569766ea69.tar.gz gentoo-8bb0e42f8f8f2047d5c851a78f6146569766ea69.tar.bz2 gentoo-8bb0e42f8f8f2047d5c851a78f6146569766ea69.zip |
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@gmail.com>
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/atkmm/atkmm-2.28.2.ebuild | 2 | ||||
-rw-r--r-- | 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" |