mattst88 14/12/08 18:22:29 Modified: mesa-10.2.8.ebuild ChangeLog Log: Replace sysfs USE flag with udev. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.3 media-libs/mesa/mesa-10.2.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild?r1=1.2&r2=1.3 Index: mesa-10.2.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mesa-10.2.8.ebuild 25 Nov 2014 20:11:01 -0000 1.2 +++ mesa-10.2.8.ebuild 8 Dec 2014 18:22:29 -0000 1.3 @@ -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 @@ 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 @@ 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 @@ $(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} \ 1.584 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.584&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.584&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.583&r2=1.584 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.583 retrieving revision 1.584 diff -u -r1.583 -r1.584 --- ChangeLog 8 Dec 2014 09:17:10 -0000 1.583 +++ ChangeLog 8 Dec 2014 18:22:29 -0000 1.584 @@ -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 <[email protected]> mesa-10.2.8.ebuild: + Replace sysfs USE flag with udev. *mesa-10.3.4-r1 (08 Dec 2014)
