Skip to content

Commit

Permalink
media-video/mpv: drop obsolete C++11 TLS check
Browse files Browse the repository at this point in the history
Upstream-commit: mpv-player/mpv@2b616c0
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
Coacher authored and Michael Palimaka committed Jun 11, 2017
1 parent aa3a254 commit 8003151
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions media-video/mpv/mpv-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 8003151

Please sign in to comment.