diff --git a/llvm-core/lldb/lldb-22.1.8.ebuild b/llvm-core/lldb/lldb-22.1.8.ebuild index 0cb2ddd..759f2a4 100644 --- a/llvm-core/lldb/lldb-22.1.8.ebuild +++ b/llvm-core/lldb/lldb-22.1.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit cmake flag-o-matic llvm.org python-single-r1 DESCRIPTION="The LLVM debugger" @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${LLVM_SOABI}" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~x86" +KEYWORDS="amd64 arm arm64 ~loong x86" IUSE="debug debuginfod +libedit lzma ncurses +python test +xml" RESTRICT="test" REQUIRED_USE=${PYTHON_REQUIRED_USE}