commit:     4a64c25bf43f0c9ad9efe03d7d1b6d0c4a0a217b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 06:48:26 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 06:48:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a64c25b

dev-util/meld: disable py3.13

Bug: https://gitlab.gnome.org/GNOME/meld/-/issues/873
Closes: https://bugs.gentoo.org/941526
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/meld/meld-3.22.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/meld/meld-3.22.2.ebuild b/dev-util/meld/meld-3.22.2.ebuild
index c3cc3c0d9d2c..be87de18466d 100644
--- a/dev-util/meld/meld-3.22.2.ebuild
+++ b/dev-util/meld/meld-3.22.2.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+# py3.13: https://gitlab.gnome.org/GNOME/meld/-/issues/873
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit gnome.org gnome2-utils meson python-single-r1 xdg

Reply via email to