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 1R4Q7B-0004ci-N4 for garchives@archives.gentoo.org; Fri, 16 Sep 2011 04:33:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E93D421C057; Fri, 16 Sep 2011 04:33:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B7C7C21C057 for ; Fri, 16 Sep 2011 04:33:16 +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 2F9181B401E for ; Fri, 16 Sep 2011 04:33:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4BB1380044 for ; Fri, 16 Sep 2011 04:33:15 +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: <30344233700858fcef4c4cef72402811208e8948.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 30344233700858fcef4c4cef72402811208e8948 Date: Fri, 16 Sep 2011 04:33:15 +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: 4d81d4bca518ef7934bc108d330c0b2c commit: 30344233700858fcef4c4cef72402811208e8948 Author: Matt Turner gmail com> AuthorDate: Fri Sep 16 04:16:38 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Fri Sep 16 04:16:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D30344233 media-libs/mesa: move llvm from RDEPEND to DEPEND The LLVM libraries linked against are static. --- 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 c25d246..ec275b1 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -91,7 +91,6 @@ RDEPEND=3D"${EXTERNAL_DEPEND} x11-libs/libXmu x11-libs/libXxf86vm d3d? ( app-emulation/wine ) - llvm? ( >=3Dsys-devel/llvm-2.9 ) vdpau? ( >=3Dx11-libs/libvdpau-0.4.1 ) wayland? ( x11-base/wayland ) xvmc? ( x11-libs/libXvMC ) @@ -110,6 +109,7 @@ for card in ${RADEON_CARDS}; do done =20 DEPEND=3D"${RDEPEND} + llvm? ( >=3Dsys-devel/llvm-2.9 ) =3Ddev-lang/python-2* dev-libs/libxml2[python] dev-util/pkgconfig