Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/systemd-cron/
Date: Sat, 25 Dec 2021 10:08:52
Message-Id: 1640426906.678a64a1dbb69548765020c3227fc322a2896d49.gyakovlev@gentoo
1 commit: 678a64a1dbb69548765020c3227fc322a2896d49
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 25 10:08:26 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 25 10:08:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678a64a1
7
8 sys-process/systemd-cron: enable py3.10
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 sys-process/systemd-cron/systemd-cron-1.5.17.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-process/systemd-cron/systemd-cron-1.5.17.ebuild b/sys-process/systemd-cron/systemd-cron-1.5.17.ebuild
16 index b9c93cff84f3..7b1606464a6b 100644
17 --- a/sys-process/systemd-cron/systemd-cron-1.5.17.ebuild
18 +++ b/sys-process/systemd-cron/systemd-cron-1.5.17.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
24 +PYTHON_COMPAT=( pypy3 python3_{7,8,9,10} )
25 inherit python-single-r1 systemd
26
27 DESCRIPTION="systemd units to create timers for cron directories and crontab"