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 DF5DC138010 for ; Thu, 6 Sep 2012 23:23:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B252521C020; Thu, 6 Sep 2012 23:23:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7F3E921C020 for ; Thu, 6 Sep 2012 23:23:28 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DF7933D0AF for ; Thu, 6 Sep 2012 23:23:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0A0FDE543D for ; Thu, 6 Sep 2012 23:23:26 +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: <1346973862.d8745ded27ba81bfbe0a383f197820e2af8bbc4a.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: d8745ded27ba81bfbe0a383f197820e2af8bbc4a X-VCS-Branch: master Date: Thu, 6 Sep 2012 23:23:26 +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: 5a39369d-f1f5-48a3-97e1-0419802ed30e X-Archives-Hash: 8fe3c357f30f9d1967f29adc568dc11b commit: d8745ded27ba81bfbe0a383f197820e2af8bbc4a Author: Matt Turner gmail com> AuthorDate: Thu Sep 6 23:24:22 2012 +0000 Commit: Matt Turner gmail com> CommitDate: Thu Sep 6 23:24:22 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=d8745ded media-libs/mesa: Remove broken d3d USE flag d3d disabled upstream because it's broken and unmaintained. --- media-libs/mesa/mesa-9999.ebuild | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 040c3e2..a094a48 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -46,12 +46,11 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - bindist +classic d3d debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +nptl + bindist +classic debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +nptl openvg osmesa pax_kernel pic r600-llvm-compiler selinux +shared-glapi vdpau wayland xvmc xa xorg kernel_FreeBSD" REQUIRED_USE=" - d3d? ( gallium ) g3dvl? ( gallium ) llvm? ( gallium ) openvg? ( egl gallium ) @@ -98,7 +97,6 @@ RDEPEND="${EXTERNAL_DEPEND} x11-libs/libXext x11-libs/libXxf86vm >=x11-libs/libxcb-1.8.1 - d3d? ( app-emulation/wine ) vdpau? ( >=x11-libs/libvdpau-0.4.1 ) wayland? ( dev-libs/wayland ) xorg? ( @@ -220,7 +218,6 @@ src_configure() { if use gallium; then myconf+=" - $(use_enable d3d d3d1x) $(use_enable g3dvl gallium-g3dvl) $(use_enable llvm gallium-llvm) $(use_enable openvg)