commit: a69fa10da76fc90cfa7876fcec4dea3c790bb45b Author: Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de> AuthorDate: Mon Apr 28 20:33:50 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 19:08:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69fa10d
net-irc/hexchat: update EAPI 7 -> 8, add py3.13 to PYTHON_COMPAT Closes: https://bugs.gentoo.org/952590 Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de> Part-of: https://github.com/gentoo/gentoo/pull/41829 Signed-off-by: Sam James <sam <AT> gentoo.org> net-irc/hexchat/hexchat-2.16.2.ebuild | 6 +++--- net-irc/hexchat/hexchat-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-irc/hexchat/hexchat-2.16.2.ebuild b/net-irc/hexchat/hexchat-2.16.2.ebuild index 1a09efcdeeaa..b5ea923310ee 100644 --- a/net-irc/hexchat/hexchat-2.16.2.ebuild +++ b/net-irc/hexchat/hexchat-2.16.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 LUA_COMPAT=( lua5-{1..5} luajit ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit lua-single meson mono-env python-single-r1 xdg diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index c3b36239d1b6..6a9c6659b3de 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 LUA_COMPAT=( lua5-{1..5} luajit ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit lua-single meson mono-env python-single-r1 xdg
