commit: 58d737f8acd5f3796745e800add8e86c3c2ea115 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Thu May 1 16:49:34 2025 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Thu May 1 16:56:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d737f8
net-irc/znc: enable py3.13 And sync live ebuild with release. Closes: https://bugs.gentoo.org/952592 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> net-irc/znc/znc-1.9.1.ebuild | 4 ++-- net-irc/znc/znc-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-irc/znc/znc-1.9.1.ebuild b/net-irc/znc/znc-1.9.1.ebuild index 2c7040a99a5d..89f83c6968c9 100644 --- a/net-irc/znc/znc-1.9.1.ebuild +++ b/net-irc/znc/znc-1.9.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake python-single-r1 readme.gentoo-r1 systemd diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild index 019d97123dde..89f83c6968c9 100644 --- a/net-irc/znc/znc-9999.ebuild +++ b/net-irc/znc/znc-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake python-single-r1 readme.gentoo-r1 systemd @@ -21,7 +21,7 @@ else https://znc.in/releases/archive/${MY_P}.tar.gz test? ( ${GTEST_URL} ) " - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86" S=${WORKDIR}/${MY_P} fi
