commit: bf671d0e7358aee0db0cd9c0b6feff5621603327 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Mon Jun 19 20:18:27 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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)
