diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-06-19 23:18:27 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-23 15:50:37 +0200 |
commit | bf671d0e7358aee0db0cd9c0b6feff5621603327 (patch) | |
tree | 549ad1c71b2a8de5f78d23ba82199933fd105b5c /media-video | |
parent | dev-python/werkzeug: Version bump to 0.12.2 (diff) | |
download | gentoo-bf671d0e7358aee0db0cd9c0b6feff5621603327.tar.gz gentoo-bf671d0e7358aee0db0cd9c0b6feff5621603327.tar.bz2 gentoo-bf671d0e7358aee0db0cd9c0b6feff5621603327.zip |
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
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 495c3b58b025..18969a319ddf 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) |