diff options
author | Adrian Schollmeyer <nex+b-g-o@nexadn.de> | 2023-02-27 11:22:29 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-02-27 13:21:34 +0100 |
commit | 5413d5d3c98ebb8223f96c0106391bfa6f67e5a7 (patch) | |
tree | b1696b4665ffe53a169213992343b1d2901f2983 /net-irc/hexchat | |
parent | app-admin/syslog-summary: add python 3.11 to compat (diff) | |
download | gentoo-5413d5d3c98ebb8223f96c0106391bfa6f67e5a7.tar.gz gentoo-5413d5d3c98ebb8223f96c0106391bfa6f67e5a7.tar.bz2 gentoo-5413d5d3c98ebb8223f96c0106391bfa6f67e5a7.zip |
net-irc/hexchat: enable py3.11 for 2.16.1-r1, 9999
Closes: https://bugs.gentoo.org/897096
Signed-off-by: Adrian Schollmeyer <nex+b-g-o@nexadn.de>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'net-irc/hexchat')
-rw-r--r-- | net-irc/hexchat/hexchat-2.16.1-r1.ebuild | 2 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 |