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 1QB36N-0003ye-2w for garchives@archives.gentoo.org; Sat, 16 Apr 2011 10:51:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 404711C00F; Sat, 16 Apr 2011 10:51:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1479D1C00F for ; Sat, 16 Apr 2011 10:51:36 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AFCF1B4079 for ; Sat, 16 Apr 2011 10:51:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 062578006D for ; Sat, 16 Apr 2011 10:51:35 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <55e61b29c9337fdda1374a3b30d60dfc45a68c2a.chithead@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: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 55e61b29c9337fdda1374a3b30d60dfc45a68c2a Date: Sat, 16 Apr 2011 10:51:35 +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: 00aabadbefcd1dc10eab6b6b5d2755df commit: 55e61b29c9337fdda1374a3b30d60dfc45a68c2a Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sat Apr 16 10:51:46 2011 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Sat Apr 16 10:51:46 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D55e61b29 media-libs/mesa: remove gallium log messages --- media-libs/mesa/mesa-9999.ebuild | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index cdb843c..d451fe3 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -214,14 +214,6 @@ src_configure() { ewarn "drivers will be built." fi if use gallium; then - elog "You have enabled gallium infrastructure." - elog "This infrastructure currently support these drivers:" - elog " Intel: works only i915 and i965 somehow." - elog " LLVMpipe: Software renderer." - elog " Nouveau: Support for nVidia NV30 and later cards." - elog " Radeon: Newest implementation of r300-r700 driver." - elog " Svga: VMWare Virtual GPU driver." - echo myconf+=3D" --with-state-trackers=3Dglx,dri$(use egl && echo ",egl")$(use openvg = && echo ",vega")$(use d3d && echo ",d3d1x") $(use_enable llvm gallium-llvm)