summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-06 10:54:44 +0000
committerSam James <sam@gentoo.org>2022-12-06 10:55:48 +0000
commit7ef68af1ef637e90f9ffdda8f8fceacf394e1c6b (patch)
tree9e6c837fa19f96f6e26e72294e85be21fef46bd1
parentdev-libs/gmp: further econf fixes (diff)
downloadgentoo-7ef68af1ef637e90f9ffdda8f8fceacf394e1c6b.tar.gz
gentoo-7ef68af1ef637e90f9ffdda8f8fceacf394e1c6b.tar.bz2
gentoo-7ef68af1ef637e90f9ffdda8f8fceacf394e1c6b.zip
profiles/prefix/darwin/macos/arch/arm64: mask <dev-libs/gmp-6.2.2[cpudetection] too
We have IUSE="+cpudetection" and REQUIRED_USE="cpudetection? ( asm )" and asm is masked. Bug: https://archives.gentoo.org/gentoo-alt/message/9b57b9dfac47cfd5a8ec9d0489e25cf7 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--profiles/prefix/darwin/macos/arch/arm64/package.use.mask4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/prefix/darwin/macos/arch/arm64/package.use.mask b/profiles/prefix/darwin/macos/arch/arm64/package.use.mask
index 6cc70f2fb18a..5ccad25049d5 100644
--- a/profiles/prefix/darwin/macos/arch/arm64/package.use.mask
+++ b/profiles/prefix/darwin/macos/arch/arm64/package.use.mask
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Sam James <sam@gentoo.org> (2021-11-09)
# Older GMP releases have a bug in their arm64 Darwin ASM
# 6.2.2 isn't released but this will catch any releases we know are broken
# like 6.2.1, and it's already fixed in git upstream.
-<dev-libs/gmp-6.2.2 asm
+<dev-libs/gmp-6.2.2 asm cpudetection