diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-26 20:10:10 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-26 20:10:10 +0300 |
commit | b3d92e321c3fb7e788866a851320bddcf39dbfc6 (patch) | |
tree | 0060c8acf9d01f764b4799fe68997d0301ccaf9f /dev-util/lldb | |
parent | sys-devel/lld-toolchain-symlinks: Stabilize 15-r2 arm64, #878087 (diff) | |
download | gentoo-b3d92e321c3fb7e788866a851320bddcf39dbfc6.tar.gz gentoo-b3d92e321c3fb7e788866a851320bddcf39dbfc6.tar.bz2 gentoo-b3d92e321c3fb7e788866a851320bddcf39dbfc6.zip |
dev-util/lldb: Stabilize 15.0.3 arm64, #878087
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/lldb')
-rw-r--r-- | dev-util/lldb/lldb-15.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/lldb/lldb-15.0.3.ebuild b/dev-util/lldb/lldb-15.0.3.ebuild index e8cfc843d1a3..8bb201f10a9e 100644 --- a/dev-util/lldb/lldb-15.0.3.ebuild +++ b/dev-util/lldb/lldb-15.0.3.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 ~x86" +KEYWORDS="~amd64 ~arm arm64 ~x86" IUSE="debug +libedit lzma ncurses +python test +xml" RESTRICT="test" REQUIRED_USE=${PYTHON_REQUIRED_USE} |