From: Michał Górny Date: Mon, 10 Feb 2020 13:04:16 +0000 (+0100) Subject: app-admin/rsyslog: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=10ef4587a7f119d880f32ad497d22376c77d32d7;p=gentoo.git app-admin/rsyslog: Remove py2 where possible Signed-off-by: Michał Górny --- diff --git a/app-admin/rsyslog/rsyslog-8.1910.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.1910.0-r1.ebuild index bf05fbd00c99..bac61488e1e2 100644 --- a/app-admin/rsyslog/rsyslog-8.1910.0-r1.ebuild +++ b/app-admin/rsyslog/rsyslog-8.1910.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_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit autotools eutils linux-info python-any-r1 systemd diff --git a/app-admin/rsyslog/rsyslog-8.1911.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.1911.0-r1.ebuild index 393420579d6c..922df12327fe 100644 --- a/app-admin/rsyslog/rsyslog-8.1911.0-r1.ebuild +++ b/app-admin/rsyslog/rsyslog-8.1911.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_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit autotools eutils linux-info python-any-r1 systemd diff --git a/app-admin/rsyslog/rsyslog-8.2001.0.ebuild b/app-admin/rsyslog/rsyslog-8.2001.0.ebuild index e86dc3219381..537a3206cc36 100644 --- a/app-admin/rsyslog/rsyslog-8.2001.0.ebuild +++ b/app-admin/rsyslog/rsyslog-8.2001.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit autotools eutils linux-info python-any-r1 systemd