From 6d660c1ae161dcf62d5a86294fcbe8cb30ac86d5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 31 Jul 2022 15:46:22 +0200 Subject: dev-util/lldb: Enable py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-util/lldb/lldb-15.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-util') diff --git a/dev-util/lldb/lldb-15.0.0.9999.ebuild b/dev-util/lldb/lldb-15.0.0.9999.ebuild index 683a4622f152..fd12eb1fbf30 100644 --- a/dev-util/lldb/lldb-15.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-15.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake llvm llvm.org python-single-r1 DESCRIPTION="The LLVM debugger" -- cgit v1.2.3-65-gdbad