commit: d1caf99e045b2ebd25cd146b9414f9f3817f5784 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Feb 9 12:36:37 2017 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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) \
