commit: 306af4461c0564ab68dbac9f5f88c4800cc32635 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jul 12 07:02:21 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jul 12 07:04:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306af446
profiles/arch: mask dev-util/diffoscope[haskell] everywhere but amd64/x86 Bug: https://bugs.gentoo.org/801649 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/x86/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 144a5e516b1..e2b47d92c06 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]> (2021-07-12) +# Haskell is (only) available on amd64/x86 right now in Gentoo +# bug #801649 +dev-util/diffoscope -haskell + # Ionen Wolkens <[email protected]> (2021-07-01) # gui-libs/egl-wayland with nvidia-drivers is supported on this arch. x11-base/xwayland -video_cards_nvidia diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 5b5be3520b9..e9acf79d2f2 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-07-12) +# Haskell is only available on amd64/x86 right now in Gentoo +# bug #801649 +dev-util/diffoscope haskell + # Ionen Wolkens <[email protected]> (2021-07-01) # gui-libs/egl-wayland with nvidia-drivers is only usable on some arches. x11-base/xwayland video_cards_nvidia diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index db99db7e76b..4f1ddc270e5 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-07-12) +# Haskell is (only) available on amd64/x86 right now in Gentoo +# bug #801649 +dev-util/diffoscope -haskell + # Ionen Wolkens <[email protected]> (2021-07-04) # Needed until media-libs/libsdl2[vulkan] is unmasked on this arch. games-fps/yamagi-quake2 vulkan
