summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-03-24 06:45:17 +0100
committerMartin Väth <martin@mvath.de>2017-03-24 06:45:17 +0100
commitdfb0fa09690305af10d15dd47dcb77b4133f8b17 (patch)
tree58563bf855188e36205048083075d3691d846d7a /sys-process
parentx11-libs/gtk+: Version bump (diff)
downloadmv-dfb0fa09690305af10d15dd47dcb77b4133f8b17.tar.gz
mv-dfb0fa09690305af10d15dd47dcb77b4133f8b17.tar.bz2
mv-dfb0fa09690305af10d15dd47dcb77b4133f8b17.zip
Fix python deps
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/systemd-cron/systemd-cron-1.5.4.ebuild4
1 files changed, 2 insertions, 2 deletions
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 a3605241..186ca544 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 2016 Gentoo Foundation
+# Copyright 2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( pypy3 python3_4 python3_5 )
+PYTHON_COMPAT=( pypy3 python3_{4,5,6} )
inherit python-single-r1 systemd
DESCRIPTION="systemd units to create timers for cron directories and crontab"