sys-process/systemd-cron: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 12:00:43 +0000 (14:00 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:42:19 +0000 (16:42 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

sys-process/systemd-cron/systemd-cron-1.5.4.ebuild

index 59f59b8ab2aee58a584995274f9e9ea86cfe0ae9..7629391663126cedb5cedd3bcc49c0961eca40c9 100644 (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"