diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:04:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:32 +0100 |
commit | 10ef4587a7f119d880f32ad497d22376c77d32d7 (patch) | |
tree | 02d82d2888d9b005638d464aab27313f15a69214 /app-admin | |
parent | net-p2p/syncthing: bump to 1.3.4 (diff) | |
download | gentoo-10ef4587a7f119d880f32ad497d22376c77d32d7.tar.gz gentoo-10ef4587a7f119d880f32ad497d22376c77d32d7.tar.bz2 gentoo-10ef4587a7f119d880f32ad497d22376c77d32d7.zip |
app-admin/rsyslog: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.1910.0-r1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.1911.0-r1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.2001.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
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 |