From: Mike Frysinger Date: Mon, 15 Jan 2018 05:14:06 +0000 (-0500) Subject: net-irc/hexchat: add python-3.6 support #616944 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eb45350e3b1593952ebf3ba7f010447c9ef6113a;p=gentoo.git net-irc/hexchat: add python-3.6 support #616944 Closes: https://bugs.gentoo.org/616944 --- diff --git a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild index 842eac30186a..1311a5c72562 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 de60cb5fd53b..2e5d52c8be2c 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"