commit:     d3d3c219314e2fe323856b49126bd8a1e6bc63d1
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  3 01:16:04 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Aug  3 01:19:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d3c219

app-admin/rsyslog: add Python 3.7 support

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild | 2 +-
 app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild 
b/app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild
index 21c759a1e37..750600f1c7e 100644
--- a/app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit autotools eutils linux-info python-any-r1 systemd
 

diff --git a/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild 
b/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild
index fe4340fd727..7d811f217ba 100644
--- a/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit autotools eutils linux-info python-any-r1 systemd
 

Reply via email to