sys-process/systemd-cron: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Pacho Ramos
2017-07-12 14:00:43 +02:00
parent eedf70d911
commit c8fc01e15b

View File

@@ -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"