From fd5bc812fd4404f5457831deb76e113e8f4f3444 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 15 Jan 2026 18:05:39 +0200 Subject: [PATCH] net-im/gajim: document lack of py3.14 support Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/45387 Closes: https://github.com/gentoo/gentoo/pull/45387 Signed-off-by: Sam James --- net-im/gajim/gajim-2.2.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-im/gajim/gajim-2.2.0.ebuild b/net-im/gajim/gajim-2.2.0.ebuild index 96f5a348c827c..d615df7eab927 100644 --- a/net-im/gajim/gajim-2.2.0.ebuild +++ b/net-im/gajim/gajim-2.2.0.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +# does not work with py3.14 +# https://dev.gajim.org/gajim/gajim/-/commit/89272f260c318389be10855c42ad0b82de385c77 PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="sqlite,xml(+)" DISTUTILS_USE_PEP517=setuptools