summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-05-12 16:31:59 +0300
committerMichael Palimaka <kensington@gentoo.org>2017-06-12 02:55:44 +1000
commit80031515e0be91e2e7619f2fba6d4ac92b6af7e5 (patch)
treea2ea96ca46260e036ef048d0d11da19cd7c8c675 /media-video
parentmedia-video/mpv: update LICENSE wrt samba USE (diff)
downloadgentoo-80031515e0be91e2e7619f2fba6d4ac92b6af7e5.tar.gz
gentoo-80031515e0be91e2e7619f2fba6d4ac92b6af7e5.tar.bz2
gentoo-80031515e0be91e2e7619f2fba6d4ac92b6af7e5.zip
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
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mpv/mpv-9999.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 160aebf45b97..273d78e0d67b 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
}