diff options
author | Sam James <sam@gentoo.org> | 2024-12-06 21:51:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-06 21:52:48 +0000 |
commit | 21c728e327a00d0924a7b6c3a2496a2422a8849a (patch) | |
tree | 2e91956b67a1158366d689a0e2720b8cb1d2f598 /dev-debug | |
parent | sys-devel/llvm-common: Stabilize 19.1.4 x86, #945145 (diff) | |
download | gentoo-21c728e327a00d0924a7b6c3a2496a2422a8849a.tar.gz gentoo-21c728e327a00d0924a7b6c3a2496a2422a8849a.tar.bz2 gentoo-21c728e327a00d0924a7b6c3a2496a2422a8849a.zip |
dev-debug/lldb: Stabilize 19.1.4 x86, #945145
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/lldb/lldb-19.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/lldb/lldb-19.1.4.ebuild b/dev-debug/lldb/lldb-19.1.4.ebuild index 0e241974e62b..341bbe2f8140 100644 --- a/dev-debug/lldb/lldb-19.1.4.ebuild +++ b/dev-debug/lldb/lldb-19.1.4.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} |