summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-03-06 17:37:31 +0100
committerMichał Górny <mgorny@gentoo.org>2024-03-06 18:03:30 +0100
commit6a76849906188536d272e86beb3ccec08e419410 (patch)
treed88d8c716b00af072b2a5e508d4b523e48b61926
parentsys-devel/lld-toolchain-symlinks: Rekeyword 18.1.0 (diff)
downloadgentoo-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>
-rw-r--r--dev-debug/lldb/lldb-18.1.0.ebuild3
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}