Skip to content

Commit

Permalink
net-irc/hexchat: python2 is no longer supported.
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/650818
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
Lars Wendler committed Mar 21, 2018
1 parent 51e88d0 commit e9829b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net-irc/hexchat/hexchat-2.14.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion net-irc/hexchat/hexchat-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e9829b7

Please sign in to comment.