diff options
author | Sam James <sam@gentoo.org> | 2022-12-06 10:54:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-06 10:55:48 +0000 |
commit | 7ef68af1ef637e90f9ffdda8f8fceacf394e1c6b (patch) | |
tree | 9e6c837fa19f96f6e26e72294e85be21fef46bd1 /profiles | |
parent | dev-libs/gmp: further econf fixes (diff) | |
download | gentoo-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>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/darwin/macos/arch/arm64/package.use.mask | 4 |
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 |