diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-21 10:53:12 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-21 10:53:32 +0100 |
commit | e9829b74038d143236c58c34551f4f8d158582e3 (patch) | |
tree | 3e00619ee04e10cad13eaa83dffc546271bde366 /net-irc/hexchat | |
parent | dev-perl/WordNet-QueryData: EAPI6 + Tests (diff) | |
download | gentoo-e9829b74038d143236c58c34551f4f8d158582e3.tar.gz gentoo-e9829b74038d143236c58c34551f4f8d158582e3.tar.bz2 gentoo-e9829b74038d143236c58c34551f4f8d158582e3.zip |
net-irc/hexchat: python2 is no longer supported.
Closes: https://bugs.gentoo.org/650818
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-irc/hexchat')
-rw-r--r-- | net-irc/hexchat/hexchat-2.14.1.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.14.1.ebuild b/net-irc/hexchat/hexchat-2.14.1.ebuild index 13d777d04033..b35c166c0a0d 100644 --- a/net-irc/hexchat/hexchat-2.14.1.ebuild +++ b/net-irc/hexchat/hexchat-2.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit gnome2-utils meson mono-env python-single-r1 xdg-utils diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 13d777d04033..b35c166c0a0d 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit gnome2-utils meson mono-env python-single-r1 xdg-utils |