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>
This commit is contained in:
Thomas Bettler
2021-12-17 10:25:14 +01:00
committed by Andreas K. Hüttel
parent b77b9decb8
commit 8bb0e42f8f
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"