diff options
author | 2021-07-12 08:02:21 +0100 | |
---|---|---|
committer | 2021-07-12 08:04:42 +0100 | |
commit | 306af4461c0564ab68dbac9f5f88c4800cc32635 (patch) | |
tree | 6540dbb12bd81793eb6d0d2705d89d9e6b74221d /profiles | |
parent | profiles/arch/base: mask package.use.stable.mask entry for diffoscope (diff) | |
download | gentoo-306af4461c0564ab68dbac9f5f88c4800cc32635.tar.gz gentoo-306af4461c0564ab68dbac9f5f88c4800cc32635.tar.bz2 gentoo-306af4461c0564ab68dbac9f5f88c4800cc32635.zip |
profiles/arch: mask dev-util/diffoscope[haskell] everywhere but amd64/x86
Bug: https://bugs.gentoo.org/801649
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 144a5e516b1b..e2b47d92c069 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Sam James <sam@gentoo.org> (2021-07-12) +# Haskell is (only) available on amd64/x86 right now in Gentoo +# bug #801649 +dev-util/diffoscope -haskell + # Ionen Wolkens <ionen@gentoo.org> (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 5b5be3520b97..e9acf79d2f25 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 <sam@gentoo.org> (2021-07-12) +# Haskell is only available on amd64/x86 right now in Gentoo +# bug #801649 +dev-util/diffoscope haskell + # Ionen Wolkens <ionen@gentoo.org> (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 db99db7e76b6..4f1ddc270e52 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 <sam@gentoo.org> (2021-07-12) +# Haskell is (only) available on amd64/x86 right now in Gentoo +# bug #801649 +dev-util/diffoscope -haskell + # Ionen Wolkens <ionen@gentoo.org> (2021-07-04) # Needed until media-libs/libsdl2[vulkan] is unmasked on this arch. games-fps/yamagi-quake2 vulkan |