diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-04 21:54:28 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-04 21:54:28 +0200 |
commit | dcb3aedaf27a25dc83a181d6f5f78e4df98f9a9e (patch) | |
tree | a81ac430b2ece89a86aa8894e75c42b3e388ede5 /sys-devel | |
parent | sys-devel/clang-runtime: arm64 stable wrt bug #849464 (diff) | |
download | gentoo-dcb3aedaf27a25dc83a181d6f5f78e4df98f9a9e.tar.gz gentoo-dcb3aedaf27a25dc83a181d6f5f78e4df98f9a9e.tar.bz2 gentoo-dcb3aedaf27a25dc83a181d6f5f78e4df98f9a9e.zip |
sys-devel/lld: 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 'sys-devel')
-rw-r--r-- | sys-devel/lld/lld-14.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-14.0.4.ebuild b/sys-devel/lld/lld-14.0.4.ebuild index 48273c2b467e..978963b4425a 100644 --- a/sys-devel/lld/lld-14.0.4.ebuild +++ b/sys-devel/lld/lld-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 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="debug test" RESTRICT="!test? ( test )" |