diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-04 21:54:14 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-04 21:54:14 +0200 |
commit | 9f5368318ae75e0ff304b7a9b3de8f70a4e981a8 (patch) | |
tree | d9f06268a4cef114e61eaf386524e56a6487c143 /dev-util/lldb | |
parent | dev-python/lit: arm64 stable wrt bug #849464 (diff) | |
download | gentoo-9f5368318ae75e0ff304b7a9b3de8f70a4e981a8.tar.gz gentoo-9f5368318ae75e0ff304b7a9b3de8f70a4e981a8.tar.bz2 gentoo-9f5368318ae75e0ff304b7a9b3de8f70a4e981a8.zip |
dev-util/lldb: arm64 stable wrt bug #849464
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util/lldb')
-rw-r--r-- | dev-util/lldb/lldb-14.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/lldb/lldb-14.0.4.ebuild b/dev-util/lldb/lldb-14.0.4.ebuild index 704477337a51..11ea3d5a9cd5 100644 --- a/dev-util/lldb/lldb-14.0.4.ebuild +++ b/dev-util/lldb/lldb-14.0.4.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -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} |