commit:     27c92f897be0a53eb25465ba4f61c787dbdc96a3
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 22:49:16 2016 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 23:05:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c92f89

media-libs/mesa: Drop now unnecessary udev dependency and USE.

 media-libs/mesa/mesa-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 7088075..bfedccc 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -44,7 +44,7 @@ done
 
 IUSE="${IUSE_VIDEO_CARDS}
        bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm
-       +nptl opencl osmesa pax_kernel openmax pic selinux +udev vaapi valgrind
+       +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind
        vdpau wayland xvmc xa kernel_FreeBSD"
 
 REQUIRED_USE="
@@ -85,7 +85,6 @@ RDEPEND="
        classic? ( app-eselect/eselect-mesa )
        gallium? ( app-eselect/eselect-mesa )
        >=app-eselect/eselect-opengl-1.3.0
-       udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) )
        >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
        >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
        >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}]
@@ -299,7 +298,6 @@ multilib_src_configure() {
                $(use_enable gles1) \
                $(use_enable gles2) \
                $(use_enable nptl glx-tls) \
-               $(use_enable !udev sysfs) \
                --enable-valgrind=$(usex valgrind auto no) \
                --enable-llvm-shared-libs \
                --with-dri-drivers=${DRI_DRIVERS} \

Reply via email to