Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/hexchat/
Date: Wed, 21 Mar 2018 09:53:45
Message-Id: 1521626012.e9829b74038d143236c58c34551f4f8d158582e3.polynomial-c@gentoo
1 commit: e9829b74038d143236c58c34551f4f8d158582e3
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 09:53:12 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 09:53:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9829b74
7
8 net-irc/hexchat: python2 is no longer supported.
9
10 Closes: https://bugs.gentoo.org/650818
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 net-irc/hexchat/hexchat-2.14.1.ebuild | 2 +-
14 net-irc/hexchat/hexchat-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-irc/hexchat/hexchat-2.14.1.ebuild b/net-irc/hexchat/hexchat-2.14.1.ebuild
18 index 13d777d0403..b35c166c0a0 100644
19 --- a/net-irc/hexchat/hexchat-2.14.1.ebuild
20 +++ b/net-irc/hexchat/hexchat-2.14.1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
26 +PYTHON_COMPAT=( python3_{4,5,6} )
27
28 inherit gnome2-utils meson mono-env python-single-r1 xdg-utils
29
30
31 diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild
32 index 13d777d0403..b35c166c0a0 100644
33 --- a/net-irc/hexchat/hexchat-9999.ebuild
34 +++ b/net-irc/hexchat/hexchat-9999.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=6
38
39 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
40 +PYTHON_COMPAT=( python3_{4,5,6} )
41
42 inherit gnome2-utils meson mono-env python-single-r1 xdg-utils