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 9ADE2139694 for ; Fri, 23 Jun 2017 13:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E835CE0E4F; Fri, 23 Jun 2017 13:50:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C6A1DE0E52 for ; Fri, 23 Jun 2017 13:50:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 36B763419CA for ; Fri, 23 Jun 2017 13:50:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0CD17466 for ; Fri, 23 Jun 2017 13:50:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1498225837.bf671d0e7358aee0db0cd9c0b6feff5621603327.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bf671d0e7358aee0db0cd9c0b6feff5621603327 X-VCS-Branch: master Date: Fri, 23 Jun 2017 13:50:44 +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: 8bdfcada-9519-45ae-85bb-58559528b10c X-Archives-Hash: 2abbea6a066dff9c0e4b3f952a6ed3d0 commit: bf671d0e7358aee0db0cd9c0b6feff5621603327 Author: Ilya Tumaykin gmail com> AuthorDate: Mon Jun 19 20:18:27 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 23 13:50:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf671d0e media-video/mpv: remove vf-dlopen USE from 9999 Bug: https://bugs.gentoo.org/622246 Closes: https://github.com/gentoo/gentoo/pull/4961 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Upstream-commit: https://github.com/mpv-player/mpv/commit/c680cfd18a09f9a023926db0b3a90f69e8651b37 media-video/mpv/mpv-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 495c3b58b02..18969a319dd 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -30,8 +30,7 @@ SLOT="0" IUSE="+alsa aqua archive bluray cdda +cli coreaudio cplugins cuda doc drm dvb dvd +egl encode gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl - selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X +xv - zsh-completion" + selinux test tools +uchardet v4l vaapi vdpau wayland +X +xv zsh-completion" REQUIRED_USE=" || ( cli libmpv ) @@ -178,7 +177,6 @@ src_configure() { $(use_enable doc pdf-build) $(use_enable cplugins) - $(use_enable vf-dlopen vf-dlopen-filters) $(use_enable zsh-completion zsh-comp) $(use_enable test)