From: Pacho Ramos Date: Wed, 12 Jul 2017 12:00:43 +0000 (+0200) Subject: sys-process/systemd-cron: Support newer python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c8fc01e15b013dca3a219284f0dcab33fad9dc2a;p=gentoo.git sys-process/systemd-cron: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- 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 59f59b8ab2ae..762939166312 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"