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-373339-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QtNrG-0001Tr-P2 for garchives@archives.gentoo.org; Tue, 16 Aug 2011 17:55:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40BF321C04C; Tue, 16 Aug 2011 17:55:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0EDB721C04C for <gentoo-commits@lists.gentoo.org>; Tue, 16 Aug 2011 17:55:14 +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 7CADA1B4073 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Aug 2011 17:55:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 819D380040 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Aug 2011 17:55:12 +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: <4af82728f50b070399f67c5d56c6297f7c4cf1d7.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: 4af82728f50b070399f67c5d56c6297f7c4cf1d7 Date: Tue, 16 Aug 2011 17:55:12 +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: e9ad198558038b867fac7be4e525c59b commit: 4af82728f50b070399f67c5d56c6297f7c4cf1d7 Author: Matt Turner <mattst88 <AT> gmail <DOT> com> AuthorDate: Tue Aug 16 17:54:50 2011 +0000 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com> CommitDate: Tue Aug 16 17:54:50 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D4af82728 media-libs/mesa: g3dvl can only be enabled with gallium --- media-libs/mesa/mesa-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index c6c1ded..5553c5c 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -253,6 +253,7 @@ src_configure() { if use gallium; then myconf+=3D" --with-state-trackers=3Dglx,dri$(use egl && echo ",egl")$(use openvg = && echo ",vega")$(use d3d && echo ",d3d1x") + $(use_enable g3dvl) $(use_enable llvm gallium-llvm) $(use_enable openvg) $(use_enable vdpau) @@ -291,7 +292,6 @@ src_configure() { --without-demos \ --enable-xcb \ $(use_enable debug) \ - $(use_enable g3dvl) \ $(use_enable gbm) \ $(use_enable nptl glx-tls) \ $(use_enable !pic asm) \