summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2014-11-29 07:46:44 +0100
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:20 +0200
commitba1224c4b39ebf13404c032135b26cc19d5e8006 (patch)
treeca7f33f2193b4062e850e4b8d3ae4832f969cf74
parentBump systemd-cron (diff)
downloadmv-ba1224c4b39ebf13404c032135b26cc19d5e8006.tar.gz
mv-ba1224c4b39ebf13404c032135b26cc19d5e8006.tar.bz2
mv-ba1224c4b39ebf13404c032135b26cc19d5e8006.zip
Fix pypy3 dep
-rw-r--r--sys-process/systemd-cron/ChangeLog2
-rw-r--r--sys-process/systemd-cron/systemd-cron-1.4.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/systemd-cron/ChangeLog b/sys-process/systemd-cron/ChangeLog
index a195ecdc..831b7b7a 100644
--- a/sys-process/systemd-cron/ChangeLog
+++ b/sys-process/systemd-cron/ChangeLog
@@ -5,7 +5,7 @@
*systemd-cron-1.4.2 (29 Nov 2014)
28 Nov 2014; Martin Väth <martin@mvath.de>:
- Version bump, remove old ebuild
+ Version bump, remove old ebuild. Fix pypy3 dep
*systemd-cron-1.4.1 (16 Nov 2014)
diff --git a/sys-process/systemd-cron/systemd-cron-1.4.2.ebuild b/sys-process/systemd-cron/systemd-cron-1.4.2.ebuild
index 891a9fcb..b54f8641 100644
--- a/sys-process/systemd-cron/systemd-cron-1.4.2.ebuild
+++ b/sys-process/systemd-cron/systemd-cron-1.4.2.ebuild
@@ -4,7 +4,7 @@
EAPI=5
RESTRICT="mirror"
-PYTHON_COMPAT=( pypy python{3_3,3_4} )
+PYTHON_COMPAT=( pypy3 python{3_3,3_4} )
inherit eutils python-single-r1 systemd
DESCRIPTION="systemd units to provide minimal cron daemon functionality by running scripts in cron directories"