diff options
author | Sam James <sam@gentoo.org> | 2021-11-05 07:19:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-05 07:19:10 +0000 |
commit | ccbe278032c1fea45428658f0ed276a4a9f80ef8 (patch) | |
tree | a5293b8ce0e0460ff8680d524bf18fcdd0cff04f /sys-devel/lld | |
parent | dev-python/lit: Stabilize 13.0.0 arm64, #821862 (diff) | |
download | gentoo-ccbe278032c1fea45428658f0ed276a4a9f80ef8.tar.gz gentoo-ccbe278032c1fea45428658f0ed276a4a9f80ef8.tar.bz2 gentoo-ccbe278032c1fea45428658f0ed276a4a9f80ef8.zip |
sys-devel/lld: Stabilize 13.0.0 arm64, #821862
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-13.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-13.0.0.ebuild b/sys-devel/lld/lld-13.0.0.ebuild index 26c283fd6489..86d976196055 100644 --- a/sys-devel/lld/lld-13.0.0.ebuild +++ b/sys-devel/lld/lld-13.0.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="debug test" RESTRICT="!test? ( test )" |