diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-30 20:55:01 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-30 20:55:01 +0300 |
commit | 10935135e26138d0f14215e301b91b4d96108352 (patch) | |
tree | 8c03008a19a05baaa284757eca7b4aaae16e0d28 /sys-devel/lld | |
parent | dev-python/lit: Stabilize 14.0.6 arm64, #861950 (diff) | |
download | gentoo-10935135e26138d0f14215e301b91b4d96108352.tar.gz gentoo-10935135e26138d0f14215e301b91b4d96108352.tar.bz2 gentoo-10935135e26138d0f14215e301b91b4d96108352.zip |
sys-devel/lld: Stabilize 14.0.6 arm64, #861950
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-14.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-14.0.6.ebuild b/sys-devel/lld/lld-14.0.6.ebuild index 0941e3d29476..57cb71fbd5a8 100644 --- a/sys-devel/lld/lld-14.0.6.ebuild +++ b/sys-devel/lld/lld-14.0.6.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 )" |