From c8fc01e15b013dca3a219284f0dcab33fad9dc2a Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 12 Jul 2017 14:00:43 +0200 Subject: [PATCH] sys-process/systemd-cron: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- sys-process/systemd-cron/systemd-cron-1.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 59f59b8ab2aee..7629391663126 100644 --- a/sys-process/systemd-cron/systemd-cron-1.5.4.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.5.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( pypy3 python3_4 ) +PYTHON_COMPAT=( pypy3 python3_{4,5,6} ) inherit eutils python-single-r1 systemd DESCRIPTION="systemd units to create timers for cron directories and crontab"