diff options
author | Matt Turner <mattst88@gentoo.org> | 2014-12-08 18:22:29 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2014-12-08 18:22:29 +0000 |
commit | 625217ac8c0465f66c3fb49831234aefdc3ab10a (patch) | |
tree | 4fa46c695ef6006e05ec5d594bcc25f8217faddd /media-libs | |
parent | amd64 stable wrt bug #515872 (diff) | |
download | gentoo-2-625217ac8c0465f66c3fb49831234aefdc3ab10a.tar.gz gentoo-2-625217ac8c0465f66c3fb49831234aefdc3ab10a.tar.bz2 gentoo-2-625217ac8c0465f66c3fb49831234aefdc3ab10a.zip |
Replace sysfs USE flag with udev.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-10.2.8.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 172fe12f5092..1e039300f663 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.583 2014/12/08 09:17:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.584 2014/12/08 18:22:29 mattst88 Exp $ + + 08 Dec 2014; Matt Turner <mattst88@gentoo.org> mesa-10.2.8.ebuild: + Replace sysfs USE flag with udev. *mesa-10.3.4-r1 (08 Dec 2014) diff --git a/media-libs/mesa/mesa-10.2.8.ebuild b/media-libs/mesa/mesa-10.2.8.ebuild index 8db3ddac08d4..d7cec93abbab 100644 --- a/media-libs/mesa/mesa-10.2.8.ebuild +++ b/media-libs/mesa/mesa-10.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild,v 1.2 2014/11/25 20:11:01 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild,v 1.3 2014/12/08 18:22:29 mattst88 Exp $ EAPI=5 @@ -51,7 +51,7 @@ done IUSE="${IUSE_VIDEO_CARDS} bindist +classic debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm +nptl opencl openvg osmesa pax_kernel openmax pic r600-llvm-compiler selinux - sysfs vdpau wayland xvmc xa kernel_FreeBSD kernel_linux" + +udev vdpau wayland xvmc xa kernel_FreeBSD kernel_linux" REQUIRED_USE=" llvm? ( gallium ) @@ -94,7 +94,7 @@ RDEPEND=" classic? ( app-admin/eselect-mesa ) gallium? ( app-admin/eselect-mesa ) >=app-admin/eselect-opengl-1.2.7 - !sysfs? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) ) + 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}] @@ -323,7 +323,7 @@ multilib_src_configure() { $(use_enable gles2) \ $(use_enable nptl glx-tls) \ $(use_enable osmesa) \ - $(use_enable sysfs) \ + $(use_enable !udev sysfs) \ --enable-llvm-shared-libs \ --with-dri-drivers=${DRI_DRIVERS} \ --with-gallium-drivers=${GALLIUM_DRIVERS} \ |