diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-17 22:49:08 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-17 22:49:08 +0200 |
commit | 85370e7f467c17d7221a11a9fb69182be9973eb7 (patch) | |
tree | 3f0d1d97c2dc1c60dc2763ba7b75477747d3f633 /sys-devel | |
parent | dev-python/lit: Stabilize 15.0.6 arm64, #886483 (diff) | |
download | gentoo-85370e7f467c17d7221a11a9fb69182be9973eb7.tar.gz gentoo-85370e7f467c17d7221a11a9fb69182be9973eb7.tar.bz2 gentoo-85370e7f467c17d7221a11a9fb69182be9973eb7.zip |
sys-devel/lld: Stabilize 15.0.6 arm64, #886483
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/lld/lld-15.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-15.0.6.ebuild b/sys-devel/lld/lld-15.0.6.ebuild index b9d830d792d4..846da4dbb4d2 100644 --- a/sys-devel/lld/lld-15.0.6.ebuild +++ b/sys-devel/lld/lld-15.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" RESTRICT="!test? ( test )" |