diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-11-23 18:17:08 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-11-23 21:04:44 -0800 |
commit | 2f066bcd56649219973cdcde038668935583bb37 (patch) | |
tree | 6dc52bf119ce30f6f249f5cd7236fa41614c9c83 /profiles/arch/sh | |
parent | profiles: Simplify video_cards_newport mask (diff) | |
download | gentoo-2f066bcd56649219973cdcde038668935583bb37.tar.gz gentoo-2f066bcd56649219973cdcde038668935583bb37.tar.bz2 gentoo-2f066bcd56649219973cdcde038668935583bb37.zip |
profiles: Simplify video_cards_{i915,i965,intel} masks
Instead of masking them on all the platforms they're not available,
unmask them on the only two platforms they are.
Diffstat (limited to 'profiles/arch/sh')
-rw-r--r-- | profiles/arch/sh/use.mask | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/profiles/arch/sh/use.mask b/profiles/arch/sh/use.mask index ecf61cc230d6..7fce0522abf3 100644 --- a/profiles/arch/sh/use.mask +++ b/profiles/arch/sh/use.mask @@ -92,7 +92,6 @@ video_cards_chips video_cards_glint video_cards_i128 video_cards_i740 -video_cards_intel video_cards_mach64 video_cards_mga video_cards_neomagic @@ -122,8 +121,6 @@ video_cards_r200 video_cards_r300 video_cards_r600 video_cards_radeonsi -video_cards_i915 -video_cards_i965 # vmware wasn't added with mesa-8.0, but it should still be masked video_cards_vmware |