From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 54AF3138A1A for ; Mon, 12 Jan 2015 18:33:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFA53E07D0; Mon, 12 Jan 2015 18:33:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84B02E07D0 for ; Mon, 12 Jan 2015 18:33:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69042340656 for ; Mon, 12 Jan 2015 18:33:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1396DF6F0 for ; Mon, 12 Jan 2015 18:33:37 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1421087658.8600f437b69d409827666d21a246b10e3e944796.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8600f437b69d409827666d21a246b10e3e944796 X-VCS-Branch: master Date: Mon, 12 Jan 2015 18:33:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ee7840a7-09df-4d7d-8d40-33b77c17d70d X-Archives-Hash: baa3835e8578234ceafc3b5142717652 commit: 8600f437b69d409827666d21a246b10e3e944796 Author: Matt Turner gmail com> AuthorDate: Mon Jan 12 18:34:18 2015 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jan 12 18:34:18 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=8600f437 media-libs/mesa: Sync with main tree. --- media-libs/mesa/mesa-9999.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index dffd922..3d88dd8 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -51,13 +51,14 @@ done IUSE="${IUSE_VIDEO_CARDS} bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm +nptl opencl osmesa pax_kernel openmax pic r600-llvm-compiler selinux - vaapi vdpau wayland xvmc xa kernel_FreeBSD" + +udev vaapi vdpau wayland xvmc xa kernel_FreeBSD" REQUIRED_USE=" d3d9? ( gallium dri3 ) llvm? ( gallium ) opencl? ( gallium + llvm video_cards_r600? ( r600-llvm-compiler ) video_cards_radeon? ( r600-llvm-compiler ) video_cards_radeonsi? ( r600-llvm-compiler ) @@ -96,6 +97,7 @@ RDEPEND=" classic? ( app-admin/eselect-mesa ) gallium? ( app-admin/eselect-mesa ) >=app-admin/eselect-opengl-1.3.0 + udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) ) >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] gbm? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) dri3? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) @@ -120,7 +122,7 @@ RDEPEND=" >=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}] ) ) ) - >=sys-devel/llvm-3.3-r3:=[${MULTILIB_USEDEP}] + >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}] ) opencl? ( app-admin/eselect-opencl @@ -152,8 +154,8 @@ DEPEND="${RDEPEND} video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] ) ) opencl? ( - >=sys-devel/llvm-3.3-r3:=[${MULTILIB_USEDEP}] - >=sys-devel/clang-3.3:=[${MULTILIB_USEDEP}] + >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}] + >=sys-devel/clang-3.4.2:=[${MULTILIB_USEDEP}] >=sys-devel/gcc-4.6 ) sys-devel/bison @@ -322,6 +324,7 @@ multilib_src_configure() { $(use_enable gles2) \ $(use_enable nptl glx-tls) \ $(use_enable osmesa) \ + $(use_enable !udev sysfs) \ --enable-llvm-shared-libs \ --with-dri-drivers=${DRI_DRIVERS} \ --with-gallium-drivers=${GALLIUM_DRIVERS} \