diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 18:49:21 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 18:51:51 +0300 |
commit | cc46c52274b094014d3b02a7dbb1212e709624ec (patch) | |
tree | 639447bc8652c4427d6738e58978e40e7e1e2059 /sys-devel/lld | |
parent | dev-python/lit: Stabilize 16.0.6 arm64, #908385 (diff) | |
download | gentoo-cc46c52274b094014d3b02a7dbb1212e709624ec.tar.gz gentoo-cc46c52274b094014d3b02a7dbb1212e709624ec.tar.bz2 gentoo-cc46c52274b094014d3b02a7dbb1212e709624ec.zip |
sys-devel/lld: Stabilize 16.0.6 arm64, #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 ee3ea93d4c27..be04a7bd823b 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 )" |