Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/bcron/
Date: Tue, 31 May 2022 11:20:24
Message-Id: 1653996002.4a6e66e59ddfa4670e731f1ca23f1361cee46659.sam@gentoo
1 commit: 4a6e66e59ddfa4670e731f1ca23f1361cee46659
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 10:52:10 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 11:20:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6e66e5
7
8 sys-process/bcron: enable py3.10, py3.11 and disable py3.7
9
10 Closes: https://bugs.gentoo.org/846335
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-process/bcron/bcron-0.11.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-process/bcron/bcron-0.11.ebuild b/sys-process/bcron/bcron-0.11.ebuild
17 index e222025a0624..3a2e995a8cee 100644
18 --- a/sys-process/bcron/bcron-0.11.ebuild
19 +++ b/sys-process/bcron/bcron-0.11.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7,8,9} )
28 +PYTHON_COMPAT=( python3_{8..11} )
29
30 inherit cron python-any-r1 toolchain-funcs