diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-16 13:17:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-16 14:51:16 +0200 |
commit | ef28997cd547dad210da754281a3931abf21c71e (patch) | |
tree | 25b73e5b5edb720d0048d85ef816c8931195d7ec /app-admin | |
parent | dev-libs/libcgroup: keyword ~arm64 (diff) | |
download | gentoo-ef28997cd547dad210da754281a3931abf21c71e.tar.gz gentoo-ef28997cd547dad210da754281a3931abf21c71e.tar.bz2 gentoo-ef28997cd547dad210da754281a3931abf21c71e.zip |
*/*: Drop python3_4 from PYTHON_COMPAT
Closes: https://github.com/gentoo/gentoo/pull/11706
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.1901.0.ebuild | 2 | ||||
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.1903.0.ebuild | 2 | ||||
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.38.0-r2.ebuild | 2 | ||||
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.39.0-r1.ebuild | 2 | ||||
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/app-admin/rsyslog/rsyslog-8.1901.0.ebuild b/app-admin/rsyslog/rsyslog-8.1901.0.ebuild index 7a95b8997577..9a3428ea917a 100644 --- a/app-admin/rsyslog/rsyslog-8.1901.0.ebuild +++ b/app-admin/rsyslog/rsyslog-8.1901.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_4,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit autotools eutils linux-info python-any-r1 systemd diff --git a/app-admin/rsyslog/rsyslog-8.1903.0.ebuild b/app-admin/rsyslog/rsyslog-8.1903.0.ebuild index dcc28922f7b5..c2d6e8145cbf 100644 --- a/app-admin/rsyslog/rsyslog-8.1903.0.ebuild +++ b/app-admin/rsyslog/rsyslog-8.1903.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_4,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit autotools eutils linux-info python-any-r1 systemd diff --git a/app-admin/rsyslog/rsyslog-8.38.0-r2.ebuild b/app-admin/rsyslog/rsyslog-8.38.0-r2.ebuild index 0433b628342d..a14e94d609f6 100644 --- a/app-admin/rsyslog/rsyslog-8.38.0-r2.ebuild +++ b/app-admin/rsyslog/rsyslog-8.38.0-r2.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,3_7} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit autotools eutils linux-info python-any-r1 systemd diff --git a/app-admin/rsyslog/rsyslog-8.39.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.39.0-r1.ebuild index 1f68aea21c3b..50df01153629 100644 --- a/app-admin/rsyslog/rsyslog-8.39.0-r1.ebuild +++ b/app-admin/rsyslog/rsyslog-8.39.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,3_7} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit autotools eutils linux-info python-any-r1 systemd diff --git a/app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild index 93fad0de32f8..80b404d34555 100644 --- a/app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild +++ b/app-admin/rsyslog/rsyslog-8.40.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,3_7} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit autotools eutils linux-info python-any-r1 systemd |