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 22D30139694 for ; Thu, 9 Feb 2017 12:37:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 402B8E0C4A; Thu, 9 Feb 2017 12:37:40 +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 14EC9E0C4A for ; Thu, 9 Feb 2017 12:37:40 +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 319E7340C9D for ; Thu, 9 Feb 2017 12:37:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BECD63E65 for ; Thu, 9 Feb 2017 12:37:31 +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: <1486643843.d1caf99e045b2ebd25cd146b9414f9f3817f5784.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-17.0.0_rc2.ebuild media-libs/mesa/mesa-17.0.0_rc3.ebuild 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: d1caf99e045b2ebd25cd146b9414f9f3817f5784 X-VCS-Branch: master Date: Thu, 9 Feb 2017 12:37:31 +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: 7ac1d31d-984a-40ed-b723-19309826c29e X-Archives-Hash: 9586054aca045b2073f104f493316efd commit: d1caf99e045b2ebd25cd146b9414f9f3817f5784 Author: Matt Turner gentoo org> AuthorDate: Thu Feb 9 12:36:37 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Feb 9 12:37:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1caf99e media-libs/mesa: Remove dead --disable-shader-cache flag. Bug: https://bugs.gentoo.org/607404 media-libs/mesa/mesa-17.0.0_rc2.ebuild | 1 - media-libs/mesa/mesa-17.0.0_rc3.ebuild | 1 - media-libs/mesa/mesa-9999.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/media-libs/mesa/mesa-17.0.0_rc2.ebuild b/media-libs/mesa/mesa-17.0.0_rc2.ebuild index 13820e2cbf..49e3a7bb77 100644 --- a/media-libs/mesa/mesa-17.0.0_rc2.ebuild +++ b/media-libs/mesa/mesa-17.0.0_rc2.ebuild @@ -299,7 +299,6 @@ multilib_src_configure() { --enable-dri \ --enable-glx \ --enable-shared-glapi \ - --disable-shader-cache \ $(use_enable !bindist texture-float) \ $(use_enable d3d9 nine) \ $(use_enable debug) \ diff --git a/media-libs/mesa/mesa-17.0.0_rc3.ebuild b/media-libs/mesa/mesa-17.0.0_rc3.ebuild index 13820e2cbf..49e3a7bb77 100644 --- a/media-libs/mesa/mesa-17.0.0_rc3.ebuild +++ b/media-libs/mesa/mesa-17.0.0_rc3.ebuild @@ -299,7 +299,6 @@ multilib_src_configure() { --enable-dri \ --enable-glx \ --enable-shared-glapi \ - --disable-shader-cache \ $(use_enable !bindist texture-float) \ $(use_enable d3d9 nine) \ $(use_enable debug) \ diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index c10645cd89..82805e045c 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -299,7 +299,6 @@ multilib_src_configure() { --enable-dri \ --enable-glx \ --enable-shared-glapi \ - --disable-shader-cache \ $(use_enable !bindist texture-float) \ $(use_enable d3d9 nine) \ $(use_enable debug) \