lldb: unmask

This commit is contained in:
Moritz Gmeiner 2026-07-16 20:25:02 +02:00
commit 06b6d939ce

View file

@ -3,7 +3,7 @@
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{11..14} ) PYTHON_COMPAT=( python3_{12..14} )
inherit cmake flag-o-matic llvm.org python-single-r1 inherit cmake flag-o-matic llvm.org python-single-r1
DESCRIPTION="The LLVM debugger" DESCRIPTION="The LLVM debugger"
@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/"
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
SLOT="0/${LLVM_SOABI}" 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" IUSE="debug debuginfod +libedit lzma ncurses +python test +xml"
RESTRICT="test" RESTRICT="test"
REQUIRED_USE=${PYTHON_REQUIRED_USE} REQUIRED_USE=${PYTHON_REQUIRED_USE}