diff options
author | Sam James <sam@gentoo.org> | 2024-03-23 16:20:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-23 16:20:35 +0000 |
commit | d7164b932ee46bc80d2b86f6930dbf8bc00b22f3 (patch) | |
tree | 12fb83be1da14b8cf5aafcd35a1bf0ad625d6ff4 /sys-devel/lld | |
parent | dev-python/lit: Stabilize 17.0.6 arm, #920044 (diff) | |
download | gentoo-d7164b932ee46bc80d2b86f6930dbf8bc00b22f3.tar.gz gentoo-d7164b932ee46bc80d2b86f6930dbf8bc00b22f3.tar.bz2 gentoo-d7164b932ee46bc80d2b86f6930dbf8bc00b22f3.zip |
sys-devel/lld: Stabilize 17.0.6 arm, #920044
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-17.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-17.0.6.ebuild b/sys-devel/lld/lld-17.0.6.ebuild index 6b93f3ac17e8..e529253645f9 100644 --- a/sys-devel/lld/lld-17.0.6.ebuild +++ b/sys-devel/lld/lld-17.0.6.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~arm64-macos" +KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~arm64-macos" IUSE="debug test zstd" RESTRICT="!test? ( test )" |