diff options
author | 2024-10-05 16:53:01 +0200 | |
---|---|---|
committer | 2024-10-07 03:50:10 +0100 | |
commit | b45f52e7b077bf4c083deb98e4104518e8ef6a6e (patch) | |
tree | 8beb0a5d403cf201520dff9de280064d4ee8f35e /dev-cpp | |
parent | app-text/iso-codes: Add python3_13 compat (diff) | |
download | gentoo-b45f52e7b077bf4c083deb98e4104518e8ef6a6e.tar.gz gentoo-b45f52e7b077bf4c083deb98e4104518e8ef6a6e.tar.bz2 gentoo-b45f52e7b077bf4c083deb98e4104518e8ef6a6e.zip |
dev-cpp/glibmm: Add python3_13 compat
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/glibmm/glibmm-2.78.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/glibmm/glibmm-2.78.1.ebuild b/dev-cpp/glibmm/glibmm-2.78.1.ebuild index 3f380c6cf0c4..a8e3d22a6aa2 100644 --- a/dev-cpp/glibmm/glibmm-2.78.1.ebuild +++ b/dev-cpp/glibmm/glibmm-2.78.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome.org meson-multilib python-any-r1 DESCRIPTION="C++ interface for glib2" |