Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/
Date: Thu, 23 Apr 2020 07:20:43
Message-Id: 1587626434.77a966bcf628d2871d4344eda306c6f874e64e65.sbraz@gentoo
1 commit: 77a966bcf628d2871d4344eda306c6f874e64e65
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 22 22:38:33 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 07:20:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a966bc
7
8 net-irc/znc: add Python 3.8 support
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 net-irc/znc/znc-1.7.5.ebuild | 2 +-
14 net-irc/znc/znc-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-irc/znc/znc-1.7.5.ebuild b/net-irc/znc/znc-1.7.5.ebuild
18 index e703db8161d..6820a1521d1 100644
19 --- a/net-irc/znc/znc-1.7.5.ebuild
20 +++ b/net-irc/znc/znc-1.7.5.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6,7} )
26 +PYTHON_COMPAT=( python3_{6,7,8} )
27
28 inherit cmake-utils python-single-r1 readme.gentoo-r1 systemd user
29
30
31 diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild
32 index e703db8161d..6820a1521d1 100644
33 --- a/net-irc/znc/znc-9999.ebuild
34 +++ b/net-irc/znc/znc-9999.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( python3_{6,7} )
40 +PYTHON_COMPAT=( python3_{6,7,8} )
41
42 inherit cmake-utils python-single-r1 readme.gentoo-r1 systemd user