diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-06 17:37:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-06 18:03:29 +0100 |
commit | 8dee05a66097e0336900e1b60c3efb7ed919ad53 (patch) | |
tree | 476571e67dded7bf5f38b0368184aced06bc4985 /sys-devel/lld | |
parent | dev-python/lit: Rekeyword 18.1.0 (diff) | |
download | gentoo-8dee05a66097e0336900e1b60c3efb7ed919ad53.tar.gz gentoo-8dee05a66097e0336900e1b60c3efb7ed919ad53.tar.bz2 gentoo-8dee05a66097e0336900e1b60c3efb7ed919ad53.zip |
sys-devel/lld: Rekeyword 18.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-18.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-18.1.0.ebuild b/sys-devel/lld/lld-18.1.0.ebuild index 5440a5c89919..41c50dd28ea1 100644 --- a/sys-devel/lld/lld-18.1.0.ebuild +++ b/sys-devel/lld/lld-18.1.0.ebuild @@ -11,7 +11,8 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -IUSE="+debug test zstd" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~arm64-macos" +IUSE="debug test zstd" RESTRICT="!test? ( test )" DEPEND=" |