commit: 7ef68af1ef637e90f9ffdda8f8fceacf394e1c6b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 6 10:54:44 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 6 10:55:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef68af1
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 <AT> gentoo.org> profiles/prefix/darwin/macos/arch/arm64/package.use.mask | 4 ++-- 1 file 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 <[email protected]> (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
