From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1BEA139694 for ; Wed, 22 Feb 2017 23:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C83021C060; Wed, 22 Feb 2017 23:52:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24B5721C060 for ; Wed, 22 Feb 2017 23:52:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1206834108B for ; Wed, 22 Feb 2017 23:52:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B492512F for ; Wed, 22 Feb 2017 23:52:26 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1487807525.9be5d9ba5683e99a755a979ae43d7ed521ce7fd7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo 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: 9be5d9ba5683e99a755a979ae43d7ed521ce7fd7 X-VCS-Branch: master Date: Wed, 22 Feb 2017 23:52:26 +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: 883d00a9-62bb-4c1b-92c9-b5056ebc08b5 X-Archives-Hash: 1588cfe3873fcc086d02f1d8276457cd commit: 9be5d9ba5683e99a755a979ae43d7ed521ce7fd7 Author: Matt Turner gentoo org> AuthorDate: Wed Feb 22 23:51:03 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Feb 22 23:52:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be5d9ba media-libs/mesa: Use --enable-llvm instead of --enable-gallium-llvm. Replaced upstream by commit b3b415609d06. media-libs/mesa/mesa-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 385d8f390d..8cdbf45c37 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -232,7 +232,7 @@ multilib_src_configure() { if use gallium; then myconf+=" $(use_enable d3d9 nine) - $(use_enable llvm gallium-llvm) + $(use_enable llvm) $(use_enable openmax omx) $(use_enable vaapi va) $(use_enable vdpau)