summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-30 03:30:10 +0100
committerSam James <sam@gentoo.org>2022-07-30 03:30:10 +0100
commit6e36eef938437623b415a67cead0473989e0446b (patch)
tree15eca174f1e1474062ed981920476326dde20654
parentdev-cpp/clucene: fix build w/ libcxx (diff)
downloadgentoo-6e36eef9.tar.gz
gentoo-6e36eef9.tar.bz2
gentoo-6e36eef9.zip
dev-libs/jsoncpp: enable Python 3.11
Closes: https://bugs.gentoo.org/862163 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild b/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
index 56dfa76aeeba..515258e3ab05 100644
--- a/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit meson python-any-r1
DESCRIPTION="C++ JSON reader and writer"