From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-373204-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Qt6Hu-00038C-AE for garchives@archives.gentoo.org; Mon, 15 Aug 2011 23:09:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37D5921C031; Mon, 15 Aug 2011 23:09:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0A17521C031 for <gentoo-commits@lists.gentoo.org>; Mon, 15 Aug 2011 23:09:33 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 631C01B4016 for <gentoo-commits@lists.gentoo.org>; Mon, 15 Aug 2011 23:09:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 914EF80040 for <gentoo-commits@lists.gentoo.org>; Mon, 15 Aug 2011 23:09:32 +0000 (UTC) From: "Matt Turner" <mattst88@gmail.com> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" <mattst88@gmail.com> Message-ID: <661851016d12d2fc845836a1c1a8da93bb1feb57.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: 661851016d12d2fc845836a1c1a8da93bb1feb57 Date: Mon, 15 Aug 2011 23:09:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: def8010c9c00f611e54d02773be83f5a commit: 661851016d12d2fc845836a1c1a8da93bb1feb57 Author: Matt Turner <mattst88 <AT> gmail <DOT> com> AuthorDate: Mon Aug 15 23:07:02 2011 +0000 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com> CommitDate: Mon Aug 15 23:07:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D66185101 media-libs/mesa: remove motif USE flag glw has been removed from upstream mesa in commit 63720114b4234f5522eb8dee8f4b0c0db561a8c3. --- 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 a9f26ba..3617fed 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -45,7 +45,7 @@ for card in ${VIDEO_CARDS}; do done =20 IUSE=3D"${IUSE_VIDEO_CARDS} - bindist +classic d3d debug +egl g3dvl +gallium gbm gles +llvm motif +np= tl openvg pax_kernel pic selinux shared-dricore +shared-glapi vdpau wayla= nd xvmc kernel_FreeBSD" + bindist +classic d3d debug +egl g3dvl +gallium gbm gles +llvm +nptl ope= nvg pax_kernel pic selinux shared-dricore +shared-glapi vdpau wayland xvm= c kernel_FreeBSD" =20 LIBDRM_DEPSTRING=3D">=3Dx11-libs/libdrm-2.4.24" # not a runtime dependency of this package, but dependency of packages w= hich @@ -72,7 +72,6 @@ RDEPEND=3D"${EXTERNAL_DEPEND} x11-libs/libXmu x11-libs/libXxf86vm d3d? ( app-emulation/wine ) - motif? ( x11-libs/openmotif ) gallium? ( llvm? ( >=3Dsys-devel/llvm-2.9 ) ) @@ -276,8 +275,6 @@ src_configure() { $(use_enable debug) \ $(use_enable g3dvl) \ $(use_enable gbm) \ - $(use_enable motif glw) \ - $(use_enable motif) \ $(use_enable nptl glx-tls) \ $(use_enable !pic asm) \ $(use_enable shared-dricore) \