From d0ee540d3f131ce1db579bf9cfbb4a769ab6794e Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Mon, 16 Jun 2025 08:24:52 +0300 Subject: [PATCH] dev-libs/gom: enable py3.14 Signed-off-by: Arthur Zamarin --- 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 5a063d53f2433..47263e7c362dd 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