diff options
author | 2024-01-27 00:04:13 +0000 | |
---|---|---|
committer | 2024-01-28 08:55:37 +0000 | |
commit | 007965a908d3181efef3862cb561d526a1967307 (patch) | |
tree | 4f064ce0d485ba09044dfca93737dadb5d061883 /sys-devel/lld | |
parent | sys-devel/clang: keyword ~arm64-macos (diff) | |
download | gentoo-007965a908d3181efef3862cb561d526a1967307.tar.gz gentoo-007965a908d3181efef3862cb561d526a1967307.tar.bz2 gentoo-007965a908d3181efef3862cb561d526a1967307.zip |
sys-devel/lld: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/758167
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/lld')
-rw-r--r-- | sys-devel/lld/lld-16.0.6.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/lld/lld-17.0.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/lld/lld-16.0.6.ebuild b/sys-devel/lld/lld-16.0.6.ebuild index d3f55d11c164..9308190da16c 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 ~arm64-macos" IUSE="debug test zstd" RESTRICT="!test? ( test )" diff --git a/sys-devel/lld/lld-17.0.6.ebuild b/sys-devel/lld/lld-17.0.6.ebuild index 20e6d2e4fef4..628ca40e4df2 100644 --- a/sys-devel/lld/lld-17.0.6.ebuild +++ b/sys-devel/lld/lld-17.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 ~loong ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~arm64-macos" IUSE="debug test zstd" RESTRICT="!test? ( test )" |