diff options
author | Mike Frysinger <vapier@gentoo.org> | 2018-01-15 00:14:06 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-01-15 00:14:06 -0500 |
commit | eb45350e3b1593952ebf3ba7f010447c9ef6113a (patch) | |
tree | 03de8450c992eb1f9b3a2fb751a9f8c775894c42 /net-irc | |
parent | bcd5d8dafb7c0369084f6a578c569ee704d6a3fd (diff) | |
download | gentoo-eb45350e3b1593952ebf3ba7f010447c9ef6113a.tar.gz gentoo-eb45350e3b1593952ebf3ba7f010447c9ef6113a.tar.xz |
net-irc/hexchat: add python-3.6 support #616944
Closes: https://bugs.gentoo.org/616944
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/hexchat-2.12.4-r2.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.12.4-r2.ebuild b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild index 842eac30186..1311a5c7256 100644 --- a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild +++ b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit autotools fdo-mime flag-o-matic gnome2-utils python-single-r1 DESCRIPTION="Graphical IRC client based on XChat" diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index de60cb5fd53..2e5d52c8be2 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} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit autotools fdo-mime gnome2-utils mono-env python-single-r1 DESCRIPTION="Graphical IRC client based on XChat" |