commit: 31a1ff77a1f39b41bd9d7f33e40b238ec5f256be Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Apr 13 17:21:28 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Apr 13 17:22:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a1ff77
dev-cpp/pangomm: enable py3.13 Closes: https://bugs.gentoo.org/952280 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-cpp/pangomm/pangomm-2.46.3.ebuild | 4 ++-- dev-cpp/pangomm/pangomm-2.50.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-cpp/pangomm/pangomm-2.46.3.ebuild b/dev-cpp/pangomm/pangomm-2.46.3.ebuild index 51a136f8f0fa..b8082b59cfc3 100644 --- a/dev-cpp/pangomm/pangomm-2.46.3.ebuild +++ b/dev-cpp/pangomm/pangomm-2.46.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # 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 pango" diff --git a/dev-cpp/pangomm/pangomm-2.50.1.ebuild b/dev-cpp/pangomm/pangomm-2.50.1.ebuild index 2488c89768ce..1d7acab3493a 100644 --- a/dev-cpp/pangomm/pangomm-2.50.1.ebuild +++ b/dev-cpp/pangomm/pangomm-2.50.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # 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 pango"
