diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-03 03:16:04 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-03 03:19:41 +0200 |
commit | d3d3c219314e2fe323856b49126bd8a1e6bc63d1 (patch) | |
tree | 3bd83786cc2b0ced5f48e2677fcec06890e814b1 /app-admin/rsyslog | |
parent | app-admin/rsyslog: drop rc version handling (diff) | |
download | gentoo-d3d3c219314e2fe323856b49126bd8a1e6bc63d1.tar.gz gentoo-d3d3c219314e2fe323856b49126bd8a1e6bc63d1.tar.bz2 gentoo-d3d3c219314e2fe323856b49126bd8a1e6bc63d1.zip |
app-admin/rsyslog: add Python 3.7 support
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'app-admin/rsyslog')
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |