Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rsyslog/
Date: Fri, 03 Aug 2018 01:20:22
Message-Id: 1533259181.d3d3c219314e2fe323856b49126bd8a1e6bc63d1.whissi@gentoo
1 commit: d3d3c219314e2fe323856b49126bd8a1e6bc63d1
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 3 01:16:04 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 3 01:19:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d3c219
7
8 app-admin/rsyslog: add Python 3.7 support
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild | 2 +-
13 app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild
17 index 21c759a1e37..750600f1c7e 100644
18 --- a/app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild
19 +++ b/app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="6"
24 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
26
27 inherit autotools eutils linux-info python-any-r1 systemd
28
29
30 diff --git a/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild
31 index fe4340fd727..7d811f217ba 100644
32 --- a/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild
33 +++ b/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI="6"
38 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
39 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
40
41 inherit autotools eutils linux-info python-any-r1 systemd