commit: 4c107b1717999700455da272a2af91dcfbd70518 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Sun Oct 10 17:05:49 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Sun Oct 10 20:44:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c107b17
profiles: Mask x11-misc/read-edid[vbe-mode] by default Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/powerpc/ppc32/package.use.mask | 5 ----- profiles/arch/sparc/package.use.mask | 5 ----- profiles/arch/x86/package.use.mask | 4 ++++ profiles/base/package.use.mask | 5 +++++ 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 16eb9ca985e..7498557f179 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Marek Szuba <[email protected]> (2021-10-10) +# Does work on amd64 and x86 +x11-misc/read-edid -vbe-mode + # Lars Wendler <[email protected]> (2021-08-27) # media-libs/webrtc-audio-processing only has amd64 and x86 keywords media-video/pipewire -echo-cancel diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 7aca7703286..0abe138ca7a 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -27,11 +27,6 @@ dev-python/diskcache test # bug #708344 sys-devel/llvm gold -# Marek Szuba <[email protected]> (2021-05-07) -# Legacy interface that depends on kernel headers not available on this arch -# as well as currently-unkeyworded dev-libs/libx86 -x11-misc/read-edid vbe-mode - # Sam James <[email protected]> (2021-03-11) # media-libs/libheif isn't keyworded here # media-libs/libavif isn't keyworded here diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 86f94003e25..f08f9e6b781 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -28,11 +28,6 @@ dev-python/diskcache test # bug #760803 dev-cpp/eigen test -# Marek Szuba <[email protected]> (2021-05-07) -# Legacy interface that depends on kernel headers not available on this arch -# as well as currently-unkeyworded dev-libs/libx86 -x11-misc/read-edid vbe-mode - # Sam James <[email protected]> (2021-04-27) # Deps not yet tested/keyworded. sys-devel/clang default-compiler-rt default-libcxx default-lld diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index f8dbe499da8..ba6a25a1b82 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <[email protected]> (2021-10-10) +# Does work on amd64 and x86 +x11-misc/read-edid -vbe-mode + # Lars Wendler <[email protected]> (2021-08-27) # media-libs/webrtc-audio-processing only has amd64 and x86 keywords media-video/pipewire -echo-cancel diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 5c49f5f3d2b..1f0aa2423f5 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Marek Szuba <[email protected]> (2021-10-10) +# Legacy interface that depends on dev-libs/libx86 and specific kernel +# headers, both of which are only available on certain arches. +x11-misc/read-edid vbe-mode + # Andreas K. Hüttel <[email protected]> (2021-10-09) # ld.gold is essentially abandoned; using it as default may have # unintended consequences. Disabling this feature in future ebuilds.
