From 6e36eef938437623b415a67cead0473989e0446b Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 30 Jul 2022 03:30:10 +0100 Subject: dev-libs/jsoncpp: enable Python 3.11 Closes: https://bugs.gentoo.org/862163 Signed-off-by: Sam James --- dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild') 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" -- cgit v1.2.3