From 2db67a589e688ba866fce79132f608652bbc4cd8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 17 Apr 2019 09:48:22 +0200 Subject: */*: Remove python3_4 PYTHON_COMPAT correctly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-process/systemd-cron/systemd-cron-1.5.10.ebuild | 4 ++-- sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild | 4 ++-- sys-process/systemd-cron/systemd-cron-1.5.3.ebuild | 4 ++-- sys-process/systemd-cron/systemd-cron-1.5.4.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'sys-process/systemd-cron') diff --git a/sys-process/systemd-cron/systemd-cron-1.5.10.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.10.ebuild index f668c50f2a64..dc4017fa0a1d 100644 --- a/sys-process/systemd-cron/systemd-cron-1.5.10.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.5.10.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( pypy3 python3_{4,5,6} ) +PYTHON_COMPAT=( pypy3 python3_{5,6} ) inherit eutils python-single-r1 systemd DESCRIPTION="systemd units to create timers for cron directories and crontab" diff --git a/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild index e2f62555753d..eb5f6fad2af0 100644 --- a/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( pypy3 python3_{4,5,6} ) +PYTHON_COMPAT=( pypy3 python3_{5,6} ) inherit eutils python-single-r1 systemd DESCRIPTION="systemd units to create timers for cron directories and crontab" diff --git a/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild index ab453bf98c59..eeecd44aa316 100644 --- a/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.5.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( pypy3 python3_4 ) +PYTHON_COMPAT=( pypy3 ) inherit eutils python-single-r1 systemd DESCRIPTION="systemd units to create timers for cron directories and crontab" diff --git a/sys-process/systemd-cron/systemd-cron-1.5.4.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.4.ebuild index 762939166312..96e862e9114e 100644 --- a/sys-process/systemd-cron/systemd-cron-1.5.4.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.5.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( pypy3 python3_{4,5,6} ) +PYTHON_COMPAT=( pypy3 python3_{5,6} ) inherit eutils python-single-r1 systemd DESCRIPTION="systemd units to create timers for cron directories and crontab" -- cgit v1.2.3-65-gdbad