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 ) id 1R6TVo-000262-GF for garchives@archives.gentoo.org; Wed, 21 Sep 2011 20:35:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D29E21C1F3; Wed, 21 Sep 2011 20:35:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0034F21C1F3 for ; Wed, 21 Sep 2011 20:35:01 +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 586971B401E for ; Wed, 21 Sep 2011 20:35:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8381A80048 for ; Wed, 21 Sep 2011 20:35:00 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: 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: ffd34fd64520ca4333978df926ac2a93aba856a3 Date: Wed, 21 Sep 2011 20:35:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 76cbfbf5f53a06b42e3afb7123af7dc0 commit: ffd34fd64520ca4333978df926ac2a93aba856a3 Author: Matt Turner gmail com> AuthorDate: Wed Sep 21 20:23:44 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Wed Sep 21 20:23:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Dffd34fd6 media-libs/mesa: remove deprecated --with-state-trackers See upstream 440d71db. --- 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 3b16015..00a4a38 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -217,7 +217,7 @@ src_configure() { fi 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 d3d d3d1x) $(use_enable g3dvl) $(use_enable llvm gallium-llvm) $(use_enable openvg)