commit:     80031515e0be91e2e7619f2fba6d4ac92b6af7e5
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Fri May 12 13:31:59 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 16:55:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80031515

media-video/mpv: drop obsolete C++11 TLS check

Upstream-commit: 
https://github.com/mpv-player/mpv/commit/2b616c0682a894152b06ef7249b32ef17037b3e5
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/mpv/mpv-9999.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 160aebf45b9..273d78e0d67 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -148,9 +148,6 @@ mpv_check_compiler() {
                                ( $(gcc-major-version) -eq 4 && 
$(gcc-minor-version) -lt 5 ) ]]; then
                        die "${PN} requires GCC>=4.5."
                fi
-               if use opengl && ! tc-has-tls; then
-                       die "Your compiler lacks C++11 TLS support. Use 
GCC>=4.8 or Clang>=3.3."
-               fi
        fi
 }
 

Reply via email to