diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-06-11 18:52:29 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-06-17 16:43:51 -0700 |
commit | 0ee9b42e445b408356a14bf6b35ae4e17edd53e5 (patch) | |
tree | 402da4582997a220cfab2da8a578268da5952a91 /media-libs | |
parent | media-libs/mesa: Remove now unnecessary bindist flag (diff) | |
download | gentoo-0ee9b42e445b408356a14bf6b35ae4e17edd53e5.tar.gz gentoo-0ee9b42e445b408356a14bf6b35ae4e17edd53e5.tar.bz2 gentoo-0ee9b42e445b408356a14bf6b35ae4e17edd53e5.zip |
media-libs/mesa: Resort IUSE
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 9b347f41dba3..8be2183b2489 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -36,9 +36,9 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm - lm_sensors opencl osmesa pax_kernel openmax pic selinux test unwind - vaapi valgrind vdpau vulkan wayland xvmc xa" + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm lm_sensors + opencl osmesa openmax pax_kernel pic selinux test unwind vaapi valgrind + vdpau vulkan wayland xa xvmc" REQUIRED_USE=" d3d9? ( dri3 gallium ) |