diff options
author | 2024-12-11 01:48:44 +0000 | |
---|---|---|
committer | 2024-12-11 01:49:14 +0000 | |
commit | 05c28d6f8000c28259d468393f0e570a2a5e2369 (patch) | |
tree | 41b962c9b9440c4d85fb1ee890012c0ec7e09f55 /dev-debug | |
parent | mail-client/aerc: drop 0.18.1 (diff) | |
download | gentoo-05c28d6f8000c28259d468393f0e570a2a5e2369.tar.gz gentoo-05c28d6f8000c28259d468393f0e570a2a5e2369.tar.bz2 gentoo-05c28d6f8000c28259d468393f0e570a2a5e2369.zip |
dev-debug/lldb: Stabilize 16.0.6-r1 amd64, #946216
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/lldb/lldb-16.0.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/lldb/lldb-16.0.6-r1.ebuild b/dev-debug/lldb/lldb-16.0.6-r1.ebuild index dba644d1fe82..dc25fd83aa72 100644 --- a/dev-debug/lldb/lldb-16.0.6-r1.ebuild +++ b/dev-debug/lldb/lldb-16.0.6-r1.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 +libedit lzma ncurses +python test +xml" RESTRICT="test" REQUIRED_USE=${PYTHON_REQUIRED_USE} |