commit: d0ee540d3f131ce1db579bf9cfbb4a769ab6794e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 16 05:24:52 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 16 05:24:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ee540d
dev-libs/gom: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/gom/gom-0.5.3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-libs/gom/gom-0.5.3.ebuild b/dev-libs/gom/gom-0.5.3.ebuild
index 5a063d53f243..47263e7c362d 100644
--- a/dev-libs/gom/gom-0.5.3.ebuild
+++ b/dev-libs/gom/gom-0.5.3.ebuild
@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
GCONF_DEBUG="yes"
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit gnome.org meson python-r1