diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-06 17:37:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-06 18:03:30 +0100 |
commit | 6a76849906188536d272e86beb3ccec08e419410 (patch) | |
tree | d88d8c716b00af072b2a5e508d4b523e48b61926 /dev-debug | |
parent | sys-devel/lld-toolchain-symlinks: Rekeyword 18.1.0 (diff) | |
download | gentoo-6a76849906188536d272e86beb3ccec08e419410.tar.gz gentoo-6a76849906188536d272e86beb3ccec08e419410.tar.bz2 gentoo-6a76849906188536d272e86beb3ccec08e419410.zip |
dev-debug/lldb: Rekeyword 18.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/lldb/lldb-18.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-debug/lldb/lldb-18.1.0.ebuild b/dev-debug/lldb/lldb-18.1.0.ebuild index 6d10771e220b..421afb18bc7e 100644 --- a/dev-debug/lldb/lldb-18.1.0.ebuild +++ b/dev-debug/lldb/lldb-18.1.0.ebuild @@ -11,7 +11,8 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${LLVM_SOABI}" -IUSE="+debug debuginfod +libedit lzma ncurses +python test +xml" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~x86" +IUSE="debug debuginfod +libedit lzma ncurses +python test +xml" RESTRICT="test" REQUIRED_USE=${PYTHON_REQUIRED_USE} |