media-video/mpv: drop pvr USE as done upstream wrt bug 568018
authorIlya Tumaykin <itumaykin@gmail.com>
Tue, 22 Dec 2015 19:43:57 +0000 (22:43 +0300)
committerIlya Tumaykin <itumaykin@gmail.com>
Mon, 28 Dec 2015 12:47:27 +0000 (15:47 +0300)
This was originally submitted by Vindex17 in PR #318.

Gentoo-Bug: 568018

Package-Manager: portage-2.2.24

media-video/mpv/mpv-9999.ebuild

index 484a1ef66fae61ec71cb129b38654a53693eec3c..8b850751d9548d1a05a7316340c8e4639ccbab99 100644 (file)
@@ -31,7 +31,7 @@ SLOT="0"
 # Here 'opengl' stands for GLX, 'egl' stands for any EGL-based output
 IUSE="+alsa archive bluray cdda +cli doc drm dvb +dvd egl +enca encode +iconv
        jack jpeg lcms +libass libav libcaca libguess libmpv lua luajit openal
-       +opengl oss pulseaudio pvr raspberry-pi rubberband samba sdl selinux test
+       +opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux test
        uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver xv"
 
 REQUIRED_USE="
@@ -42,7 +42,6 @@ REQUIRED_USE="
        libguess? ( iconv )
        luajit? ( lua )
        opengl? ( X )
-       pvr? ( v4l )
        uchardet? ( iconv )
        v4l? ( || ( alsa oss ) )
        vaapi? ( || ( X wayland ) )
@@ -249,7 +248,6 @@ src_configure() {
                $(use_enable v4l tv-v4l2)
                $(use_enable v4l libv4l2)
                $(use_enable v4l audio-input)
-               $(use_enable pvr)
                $(use_enable dvb dvbin)
        )