From: Thomas Deutschmann Date: Fri, 3 Aug 2018 01:16:04 +0000 (+0200) Subject: app-admin/rsyslog: add Python 3.7 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d3d3c219314e2fe323856b49126bd8a1e6bc63d1;p=gentoo.git app-admin/rsyslog: add Python 3.7 support Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- diff --git a/app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild index 21c759a1e37b..750600f1c7eb 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 fe4340fd7276..7d811f217bab 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