diff options
author | Sam James <sam@gentoo.org> | 2021-06-01 11:12:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-01 11:12:58 +0000 |
commit | b2ef390871e141b21d7d3b5f4a2d582b8855e5bc (patch) | |
tree | 080ff6d42462c5241bd015a95e3c7fb272d93eae /net-irc | |
parent | dev-vcs/git-tools: mark ALLARCHES (diff) | |
download | gentoo-b2ef390871e141b21d7d3b5f4a2d582b8855e5bc.tar.gz gentoo-b2ef390871e141b21d7d3b5f4a2d582b8855e5bc.tar.bz2 gentoo-b2ef390871e141b21d7d3b5f4a2d582b8855e5bc.zip |
net-irc/hexchat: add Python 3.9 to live too
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 7e74c663c59c..5de62a8f2e7f 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_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit lua-single meson mono-env python-single-r1 xdg |