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 1R4e7t-0000Vw-FM for garchives@archives.gentoo.org; Fri, 16 Sep 2011 19:31:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F50F21C0FF; Fri, 16 Sep 2011 19:30:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 67ECD21C0FF for ; Fri, 16 Sep 2011 19:30:57 +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 9455F1B401C for ; Fri, 16 Sep 2011 19:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E8A3E80044 for ; Fri, 16 Sep 2011 19:30:55 +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: ce2216d3bb0695161907c2a7b96cf7131243a213 Date: Fri, 16 Sep 2011 19:30:55 +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: 5684108e69486986e761554d091deb46 commit: ce2216d3bb0695161907c2a7b96cf7131243a213 Author: Matt Turner gmail com> AuthorDate: Fri Sep 16 19:19:30 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Fri Sep 16 19:19:30 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Dce2216d3 media-libs/mesa: remove --without-demos Demos were removed before 7.9. --- media-libs/mesa/mesa-9999.ebuild | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index e0921f9..1029364 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -269,7 +269,6 @@ src_configure() { econf \ --disable-option-checking \ --with-driver=3Ddri \ - --without-demos \ --enable-xcb \ $(use_enable debug) \ $(use_enable gbm) \