commit: f1db7f43f3510ecfdf1c70cc40db5a434c32ff72 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Jan 1 14:19:16 2022 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Jan 1 14:20:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1db7f43
profiles: Mask hardware USE flags on m68k that probably don't apply Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/m68k/use.mask | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index b31747b57b6e..2dd6be0699a3 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -1,9 +1,21 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. -m68k +# James Le Cuirot <[email protected]> (2022-01-01) +# Hardware that probably doesn't apply to m68k. +input_devices_elographics +video_cards_amdgpu +video_cards_glint +video_cards_mga +video_cards_nouveau +video_cards_nv +video_cards_r128 +video_cards_radeon +video_cards_radeonsi + # James Le Cuirot <[email protected]> (2021-10-02) # Keywording aside, m68k CPUs are probably too slow for PulseAudio. pulseaudio
