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 1QDEeP-0007lF-L3 for garchives@archives.gentoo.org; Fri, 22 Apr 2011 11:35:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F39911C011; Fri, 22 Apr 2011 11:35:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C3E571C011 for ; Fri, 22 Apr 2011 11:35:44 +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 5EBA81B4019 for ; Fri, 22 Apr 2011 11:35:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8A4AE802C1 for ; Fri, 22 Apr 2011 11:35:43 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" 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: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: e3615e7bd0928db49e25173581f00a2e4a1b6579 Date: Fri, 22 Apr 2011 11:35:43 +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: 7adaedf5b2127da9fb0b7453331bd3da commit: e3615e7bd0928db49e25173581f00a2e4a1b6579 Author: Tomas Chvatal gentoo org> AuthorDate: Fri Apr 22 11:35:27 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Fri Apr 22 11:35:27 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3De3615e7b [media-libs/mesa] enable llvm by default. Damn i need eapi4 so i could us= e required_use --- media-libs/mesa/mesa-9999.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index be7f604..1e430f7 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -45,7 +45,7 @@ for card in ${VIDEO_CARDS}; do done =20 IUSE=3D"${IUSE_VIDEO_CARDS} - bindist +classic d3d debug +egl +gallium gles llvm motif +nptl openvg p= ic selinux shared-dricore wayland kernel_FreeBSD" + bindist +classic d3d debug +egl +gallium gles +llvm motif +nptl openvg = pic selinux shared-dricore wayland kernel_FreeBSD" =20 LIBDRM_DEPSTRING=3D">=3Dx11-libs/libdrm-2.4.24" # not a runtime dependency of this package, but dependency of packages w= hich @@ -74,7 +74,7 @@ RDEPEND=3D"${EXTERNAL_DEPEND} d3d? ( app-emulation/wine ) motif? ( x11-libs/openmotif ) gallium? ( - llvm? ( >=3Dsys-devel/llvm-2.7 ) + llvm? ( >=3Dsys-devel/llvm-2.9 ) ) wayland? ( x11-base/wayland ) ${LIBDRM_DEPSTRING}[video_cards_nouveau?,video_cards_vmware?]