diff options
author | Sam James <sam@gentoo.org> | 2024-12-06 21:49:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-06 21:51:53 +0000 |
commit | 2207e9f30ab9513d5f2745276b1479ae3b091069 (patch) | |
tree | 1434f25b7441f9ad6099216f97e9b2afc8db0b0d /dev-debug | |
parent | sys-devel/llvm-common: Stabilize 19.1.4 amd64, #945145 (diff) | |
download | gentoo-2207e9f30ab9513d5f2745276b1479ae3b091069.tar.gz gentoo-2207e9f30ab9513d5f2745276b1479ae3b091069.tar.bz2 gentoo-2207e9f30ab9513d5f2745276b1479ae3b091069.zip |
dev-debug/lldb: Stabilize 19.1.4 amd64, #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 2d30fb2bfd7a..00a6376006a2 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} |