diff options
author | Sam James <sam@gentoo.org> | 2024-12-11 00:57:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-11 00:57:02 +0000 |
commit | 4498f75c61cd46dc2a19d68cfe509a42ab20aa90 (patch) | |
tree | 5d74add224a9b0b656fc0099da3489d5827521da /dev-debug | |
parent | dev-java/fontbox: Stabilize 2.0.32 amd64, #946185 (diff) | |
download | gentoo-4498f75c61cd46dc2a19d68cfe509a42ab20aa90.tar.gz gentoo-4498f75c61cd46dc2a19d68cfe509a42ab20aa90.tar.bz2 gentoo-4498f75c61cd46dc2a19d68cfe509a42ab20aa90.zip |
dev-debug/lldb: Stabilize 16.0.6-r1 arm64, #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 c0dde194a244..dba644d1fe82 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} |