commit: 7726048adff8571f9f0c6e2a116363bac275ef0f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 24 06:38:09 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 24 06:39:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7726048a
profiles/arch/base: mask custom-tune on gmp-ecm Only available on amd64 and ppc64. Closes: https://bugs.gentoo.org/750974 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 5 +++++ profiles/arch/base/package.use.mask | 5 +++++ profiles/arch/powerpc/ppc64/package.use.mask | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 4edc27d040a..6e8da1e98be 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2020-10-24) +# asm redc is only available on amd64, +# ppc64. bug #750974. +sci-mathematics/gmp-ecm -custom-tune + # Thomas Deutschmann <[email protected]> (2020-10-07) # <app-admin/salt-3000 is Python 3.6 but last Python 3.6 # compatible dev-python/libvirt-python version was removed diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 7f4dbe75c10..f5196fc6243 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2020-10-24) +# asm redc is only available on amd64, +# ppc64. bug #750974. +sci-mathematics/gmp-ecm custom-tune + # Sam James <[email protected]> (2020-10-05) # Guile only supports JIT on some arches # (See 9.3.8 in the Guile manual) diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index 09687a8495f..f095b87a4f3 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2020-10-24) +# asm redc is only available on amd64, +# ppc64. bug #750974. +sci-mathematics/gmp-ecm -custom-tune + # Georgy Yakovlev <[email protected]> (2020-10-05) # dropbox requires binaries unavaliable for ppc64 # webengine flag requires unkeyworded plasma-telepathy-meta
