mirror of
https://github.com/MorizzG/gentoo-mg.git
synced 2026-08-05 13:20:35 +00:00
lldb: unmask
This commit is contained in:
parent
a364d38897
commit
06b6d939ce
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue