diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-25 11:00:18 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-25 11:00:18 +0200 |
commit | 54ab2ee4ab6d54dd7bb1d3da22ed81078c525da6 (patch) | |
tree | 851da42d9bbf5d5912ade6bcd930aeb50c8a314f /sys-devel/lld | |
parent | dev-python/lit: Stabilize 15.0.5 arm64, #881855 (diff) | |
download | gentoo-54ab2ee4ab6d54dd7bb1d3da22ed81078c525da6.tar.gz gentoo-54ab2ee4ab6d54dd7bb1d3da22ed81078c525da6.tar.bz2 gentoo-54ab2ee4ab6d54dd7bb1d3da22ed81078c525da6.zip |
sys-devel/lld: Stabilize 15.0.5 arm64, #881855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-15.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-15.0.5.ebuild b/sys-devel/lld/lld-15.0.5.ebuild index 12dab7455a5e..c9a8a6a6a872 100644 --- a/sys-devel/lld/lld-15.0.5.ebuild +++ b/sys-devel/lld/lld-15.0.5.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" RESTRICT="!test? ( test )" |