From 5413d5d3c98ebb8223f96c0106391bfa6f67e5a7 Mon Sep 17 00:00:00 2001 From: Adrian Schollmeyer Date: Mon, 27 Feb 2023 11:22:29 +0100 Subject: net-irc/hexchat: enable py3.11 for 2.16.1-r1, 9999 Closes: https://bugs.gentoo.org/897096 Signed-off-by: Adrian Schollmeyer Signed-off-by: Andrew Ammerlaan --- net-irc/hexchat/hexchat-2.16.1-r1.ebuild | 2 +- net-irc/hexchat/hexchat-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-irc/hexchat') diff --git a/net-irc/hexchat/hexchat-2.16.1-r1.ebuild b/net-irc/hexchat/hexchat-2.16.1-r1.ebuild index 1dbad0e77efc..c6d138bbd523 100644 --- a/net-irc/hexchat/hexchat-2.16.1-r1.ebuild +++ b/net-irc/hexchat/hexchat-2.16.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit flag-o-matic 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 e8d6b89487a3..8d9762ab2ebc 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..4} luajit ) -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit flag-o-matic lua-single meson mono-env python-single-r1 xdg -- cgit v1.2.3-65-gdbad