commit: a31febf615fe165b5cce1532230c9cfb891e5601
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Tue Dec 22 19:43:57 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 12:47:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31febf6
media-video/mpv: drop pvr USE as done upstream wrt bug 568018
This was originally submitted by Vindex17 in PR #318.
Gentoo-Bug: 568018
Package-Manager: portage-2.2.24
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 484a1ef..8b85075 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -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)
)