commit: fd5bc812fd4404f5457831deb76e113e8f4f3444 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Thu Jan 15 16:05:39 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 15 18:56:48 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5bc812
net-im/gajim: document lack of py3.14 support Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45387 Closes: https://github.com/gentoo/gentoo/pull/45387 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 96f5a348c827..d615df7eab92 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
