From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E13BA1381F3 for ; Wed, 9 Oct 2013 16:53:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C00DE09FC; Wed, 9 Oct 2013 16:52:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B1B3E09FC for ; Wed, 9 Oct 2013 16:52:59 +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 0AFE733EFBA for ; Wed, 9 Oct 2013 16:52:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7E132E5308 for ; Wed, 9 Oct 2013 16:52:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1381337570.efe6145202aedb87cbe328474d7d440ceb2288a7.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: efe6145202aedb87cbe328474d7d440ceb2288a7 X-VCS-Branch: master Date: Wed, 9 Oct 2013 16:52: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 X-Archives-Salt: c51d522d-8585-4eef-bcac-5f28b20bcf1f X-Archives-Hash: 1549795c2710009272e95664c900d11d commit: efe6145202aedb87cbe328474d7d440ceb2288a7 Author: Michał Górny gentoo org> AuthorDate: Wed Oct 9 16:52:50 2013 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 9 16:52:50 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=efe61452 media-libs/mesa: Always use LLVM shared libs. Package-Manager: portage-2.2.7 --- media-libs/mesa/mesa-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index ee11af7..1131e26 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -301,6 +301,7 @@ multilib_src_configure() { $(use_enable xorg) \ --with-dri-drivers=${DRI_DRIVERS} \ --with-gallium-drivers=${GALLIUM_DRIVERS} \ + --with-llvm-shared-libs \ PYTHON2="${PYTHON}" \ ${myconf} }