Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jsoncpp/
Date: Sat, 30 Jul 2022 02:33:20
Message-Id: 1659148210.6e36eef938437623b415a67cead0473989e0446b.sam@gentoo
1 commit: 6e36eef938437623b415a67cead0473989e0446b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 02:30:10 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 02:30:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e36eef9
7
8 dev-libs/jsoncpp: enable Python 3.11
9
10 Closes: https://bugs.gentoo.org/862163
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild b/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
17 index 56dfa76aeeba..515258e3ab05 100644
18 --- a/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
19 +++ b/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=8
23
24 -PYTHON_COMPAT=( python3_{8..10} )
25 +PYTHON_COMPAT=( python3_{8..11} )
26 inherit meson python-any-r1
27
28 DESCRIPTION="C++ JSON reader and writer"