diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2021-12-17 10:31:31 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-01-22 01:37:11 +0100 |
commit | 07ff28cc328cae32c93366e575ed730a4d4fbd50 (patch) | |
tree | de9bf2bafe67b70e536434d14b753de0c77c8099 /dev-cpp | |
parent | dev-cpp/pangomm: add python 3.10 (diff) | |
download | gentoo-07ff28cc328cae32c93366e575ed730a4d4fbd50.tar.gz gentoo-07ff28cc328cae32c93366e575ed730a4d4fbd50.tar.bz2 gentoo-07ff28cc328cae32c93366e575ed730a4d4fbd50.zip |
dev-cpp/gtkmm: add python 3.10
Closes: https://bugs.gentoo.org/829417
Closes: https://github.com/gentoo/gentoo/pull/23356
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/gtkmm/gtkmm-3.24.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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+" |