commit: b9dda98a631699dfe74c037d1ec9f42f9bd3533a Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Thu Dec 17 15:51:16 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Thu Dec 17 15:52:02 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=b9dda98a
world.conf: USE=-gallium for mesa, bug #567848. core/etc/grs/world.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf index 20f8835..5508b00 100644 --- a/core/etc/grs/world.conf +++ b/core/etc/grs/world.conf @@ -5375,7 +5375,7 @@ package.use : media-libs/libzen:0 -doc static-libs package.use : media-libs/mash:0.2 -doc -examples introspection [media-libs/mesa:0] -package.use : media-libs/mesa:0 -debug -gles1 -gles2 -llvm -opencl -openmax -openvg -osmesa -selinux -vdpau -video_cards_freedreno -video_cards_i915 -video_cards_i965 -video_cards_ilo -video_cards_r100 -video_cards_r200 -video_cards_r300 -video_cards_r600 -video_cards_radeonsi -video_cards_vmware -wayland -xa bindist classic dri3 egl gallium gbm nptl pax_kernel pic udev video_cards_intel video_cards_nouveau video_cards_radeon xvmc +package.use : media-libs/mesa:0 -debug -gallium -gles1 -gles2 -llvm -opencl -openmax -openvg -osmesa -selinux -vdpau -video_cards_freedreno -video_cards_i915 -video_cards_i965 -video_cards_ilo -video_cards_r100 -video_cards_r200 -video_cards_r300 -video_cards_r600 -video_cards_radeonsi -video_cards_vmware -wayland -xa bindist classic dri3 egl gbm nptl pax_kernel pic udev video_cards_intel video_cards_nouveau video_cards_radeon xvmc [media-libs/musicbrainz:3] package.use : media-libs/musicbrainz:3 -test
