diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 18:49:02 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 18:51:47 +0300 |
commit | fc88dfb5692f71530bd6c3ed7b35247848dafd4c (patch) | |
tree | c470773ed81ff6140fa76896499cebd41a659446 /sys-devel/lld | |
parent | dev-python/lit: Stabilize 16.0.6 amd64, #908385 (diff) | |
download | gentoo-fc88dfb5692f71530bd6c3ed7b35247848dafd4c.tar.gz gentoo-fc88dfb5692f71530bd6c3ed7b35247848dafd4c.tar.bz2 gentoo-fc88dfb5692f71530bd6c3ed7b35247848dafd4c.zip |
sys-devel/lld: Stabilize 16.0.6 amd64, #908385
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-16.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-16.0.6.ebuild b/sys-devel/lld/lld-16.0.6.ebuild index 69d4c5905d0e..ee3ea93d4c27 100644 --- a/sys-devel/lld/lld-16.0.6.ebuild +++ b/sys-devel/lld/lld-16.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 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="debug test zstd" RESTRICT="!test? ( test )" |