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 643A5139694 for ; Thu, 4 May 2017 16:28:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A9A1E0D05; Thu, 4 May 2017 16:28:38 +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 59F80E0D05 for ; Thu, 4 May 2017 16:28:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9231A3416D2 for ; Thu, 4 May 2017 16:28:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B7EE7458 for ; Thu, 4 May 2017 16:28:32 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1493915300.6dabaa91e0958415f72bad11bae8366d338989d9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6dabaa91e0958415f72bad11bae8366d338989d9 X-VCS-Branch: master Date: Thu, 4 May 2017 16:28:32 +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: 2bc36158-9092-49d5-b1e8-0155e9a6758b X-Archives-Hash: 93a2d4f67b905f307638d72e7bc72d59 commit: 6dabaa91e0958415f72bad11bae8366d338989d9 Author: Ilya Tumaykin gmail com> AuthorDate: Thu Apr 27 20:39:53 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu May 4 16:28:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dabaa91 media-video/mpv: remove obsolete USE for SSE4.1 in 9999 SSE4.1 bits were only used for vaapi with ffmpeg-API<3.3. Support for this combo was removed in the previous commit. Closes: https://github.com/gentoo/gentoo/pull/4510 Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-video/mpv/mpv-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index fb8cd67ab79..ee9678229c5 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -32,7 +32,6 @@ IUSE="+alsa aqua archive bluray cdda +cli coreaudio cplugins cuda doc drm dvb luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X +xv zsh-completion" -IUSE+=" cpu_flags_x86_sse4_1" REQUIRED_USE=" || ( cli libmpv ) @@ -152,10 +151,6 @@ mpv_check_compiler() { if use opengl && ! tc-has-tls; then die "Your compiler lacks C++11 TLS support. Use GCC>=4.8 or Clang>=3.3." fi - if ! tc-is-gcc && use vaapi && use cpu_flags_x86_sse4_1 && \ - { has_version '