Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/
Date: Mon, 06 Jun 2022 07:39:49
Message-Id: 1654501182.2341a40fbc84f984c78987e1b67d08e9298227aa.mgorny@gentoo
1 commit: 2341a40fbc84f984c78987e1b67d08e9298227aa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 07:08:14 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 07:39:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2341a40f
7
8 dev-cpp/catch: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-cpp/catch/catch-3.0.1.ebuild | 2 +-
13 dev-cpp/catch/catch-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-cpp/catch/catch-3.0.1.ebuild b/dev-cpp/catch/catch-3.0.1.ebuild
17 index cb72038e3adf..7802f6595ece 100644
18 --- a/dev-cpp/catch/catch-3.0.1.ebuild
19 +++ b/dev-cpp/catch/catch-3.0.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=8
23
24 -PYTHON_COMPAT=( python3_{8..10} )
25 +PYTHON_COMPAT=( python3_{8..11} )
26
27 inherit cmake python-any-r1
28
29
30 diff --git a/dev-cpp/catch/catch-9999.ebuild b/dev-cpp/catch/catch-9999.ebuild
31 index cb72038e3adf..7802f6595ece 100644
32 --- a/dev-cpp/catch/catch-9999.ebuild
33 +++ b/dev-cpp/catch/catch-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=8
37
38 -PYTHON_COMPAT=( python3_{8..10} )
39 +PYTHON_COMPAT=( python3_{8..11} )
40
41 inherit cmake python-any-r1