diff options
author | Sam James <sam@gentoo.org> | 2024-07-23 14:33:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-23 14:33:58 +0100 |
commit | af8a0257ea5d5748be269a69e59fe01ab83dc08b (patch) | |
tree | a1986a9f1960bef1130bda0e1591407404b70cd3 /dev-debug | |
parent | sys-devel/llvmgold: Stabilize 18 arm64, #935984 (diff) | |
download | gentoo-af8a0257ea5d5748be269a69e59fe01ab83dc08b.tar.gz gentoo-af8a0257ea5d5748be269a69e59fe01ab83dc08b.tar.bz2 gentoo-af8a0257ea5d5748be269a69e59fe01ab83dc08b.zip |
dev-debug/lldb: Stabilize 18.1.8 arm64, #935984
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/lldb/lldb-18.1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/lldb/lldb-18.1.8.ebuild b/dev-debug/lldb/lldb-18.1.8.ebuild index 00a6376006a2..a93ff9ba49a3 100644 --- a/dev-debug/lldb/lldb-18.1.8.ebuild +++ b/dev-debug/lldb/lldb-18.1.8.ebuild @@ -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} |