diff options
author | 2021-12-25 02:08:26 -0800 | |
---|---|---|
committer | 2021-12-25 02:08:26 -0800 | |
commit | 678a64a1dbb69548765020c3227fc322a2896d49 (patch) | |
tree | 9ab34014dcbbd20aec4b0ee57a2f51388aa89b7e /sys-process/systemd-cron | |
parent | sys-fs/xfsprogs: Stabilize 5.14.2 ppc64, #829945 (diff) | |
download | gentoo-678a64a1dbb69548765020c3227fc322a2896d49.tar.gz gentoo-678a64a1dbb69548765020c3227fc322a2896d49.tar.bz2 gentoo-678a64a1dbb69548765020c3227fc322a2896d49.zip |
sys-process/systemd-cron: enable py3.10
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-process/systemd-cron')
-rw-r--r-- | sys-process/systemd-cron/systemd-cron-1.5.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/systemd-cron/systemd-cron-1.5.17.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.17.ebuild index b9c93cff84f3..7b1606464a6b 100644 --- a/sys-process/systemd-cron/systemd-cron-1.5.17.ebuild +++ b/sys-process/systemd-cron/systemd-cron-1.5.17.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) +PYTHON_COMPAT=( pypy3 python3_{7,8,9,10} ) inherit python-single-r1 systemd DESCRIPTION="systemd units to create timers for cron directories and crontab" |