dev-util/lldb: Enable py3.12 in 17.0.0.9999

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-06-17 13:04:19 +02:00
parent 80e9705f05
commit 7da19eca00

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit cmake llvm llvm.org python-single-r1
DESCRIPTION="The LLVM debugger"