From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3FAFB1384B4 for ; Mon, 28 Dec 2015 14:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CAB421C028; Mon, 28 Dec 2015 14:07:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9CF321C029 for ; Mon, 28 Dec 2015 14:07:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0AF03404A5 for ; Mon, 28 Dec 2015 14:07:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C99F3D06 for ; Mon, 28 Dec 2015 13:27:47 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451306847.a31febf615fe165b5cce1532230c9cfb891e5601.idella4@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: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: a31febf615fe165b5cce1532230c9cfb891e5601 X-VCS-Branch: master Date: Mon, 28 Dec 2015 13:27:47 +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: 60c503ab-915d-4e9b-95f3-f51445abe8e5 X-Archives-Hash: c3d5b1e8e59962ebb6b98d5ad705242b commit: a31febf615fe165b5cce1532230c9cfb891e5601 Author: Ilya Tumaykin gmail com> AuthorDate: Tue Dec 22 19:43:57 2015 +0000 Commit: Ian Delaney gentoo 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) )