diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 14:00:43 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:42:19 +0200 |
commit | c8fc01e15b013dca3a219284f0dcab33fad9dc2a (patch) | |
tree | 2a4c533e623d689cee5c2c37ff9484af84bde826 /sys-process | |
parent | www-apps/nikola: Support newer python (diff) | |
download | gentoo-c8fc01e15b013dca3a219284f0dcab33fad9dc2a.tar.gz gentoo-c8fc01e15b013dca3a219284f0dcab33fad9dc2a.tar.bz2 gentoo-c8fc01e15b013dca3a219284f0dcab33fad9dc2a.zip |
sys-process/systemd-cron: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/systemd-cron/systemd-cron-1.5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 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 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" |