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 1RvtaB-0004Nu-LW for garchives@archives.gentoo.org; Fri, 10 Feb 2012 16:44:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7AA3E059A; Fri, 10 Feb 2012 16:44:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AB107E059A for ; Fri, 10 Feb 2012 16:44:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 019E01B4042 for ; Fri, 10 Feb 2012 16:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B5E50E53FF for ; Fri, 10 Feb 2012 16:44:14 +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-8.0.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d1b9e22218ecb3e55b4c7e205504bbaad39c5f04 Date: Fri, 10 Feb 2012 16:44:14 +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: 3d6a4bed-f2c2-4d26-bbb1-fa30579910ed X-Archives-Hash: 9fa4fbda00c2a7591f841170e83cd630 commit: d1b9e22218ecb3e55b4c7e205504bbaad39c5f04 Author: Matt Turner gmail com> AuthorDate: Fri Feb 10 16:43:52 2012 +0000 Commit: Matt Turner gmail com> CommitDate: Fri Feb 10 16:43:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Dd1b9e222 media-libs/mesa: gbm requires shared-glapi, now egl. --- media-libs/mesa/mesa-8.0.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/media-libs/mesa/mesa-8.0.ebuild b/media-libs/mesa/mesa-8.0.e= build index d01651e..33cfe25 100644 --- a/media-libs/mesa/mesa-8.0.ebuild +++ b/media-libs/mesa/mesa-8.0.ebuild @@ -54,7 +54,7 @@ REQUIRED_USE=3D" g3dvl? ( gallium ) llvm? ( gallium ) openvg? ( egl gallium ) - egl? ( shared-glapi ) + gbm? ( shared-glapi ) gallium? ( video_cards_r300? ( x86? ( llvm ) amd64? ( llvm ) ) video_cards_radeon? ( x86? ( llvm ) amd64? ( llvm ) )