From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 868CB13832E for ; Tue, 2 Aug 2016 20:22:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA80AE0B45; Tue, 2 Aug 2016 20:22:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78083E0B16 for ; Tue, 2 Aug 2016 20:22:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29B9F340B19 for ; Tue, 2 Aug 2016 20:22:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9644F2434 for ; Tue, 2 Aug 2016 20:22:41 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1470169328.5cce0441434a66927a1c7e6f45ab788bdcbb8cdd.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvheadend/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/tvheadend/tvheadend-9999.ebuild X-VCS-Directories: media-tv/tvheadend/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 5cce0441434a66927a1c7e6f45ab788bdcbb8cdd X-VCS-Branch: master Date: Tue, 2 Aug 2016 20:22:41 +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: a549a77a-e6bc-42e0-a04a-6b412646b213 X-Archives-Hash: 821cd2a6d849b027f233724c43f4de2c commit: 5cce0441434a66927a1c7e6f45ab788bdcbb8cdd Author: Sven Wegener gentoo org> AuthorDate: Tue Aug 2 15:23:22 2016 +0000 Commit: Sven Wegener gentoo org> CommitDate: Tue Aug 2 20:22:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cce0441 media-tv/tvheadend: Require >=ffmpeg-3 for live ebuild Package-Manager: portage-2.2.28 Signed-off-by: Sven Wegener gentoo.org> media-tv/tvheadend/tvheadend-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild index 731463d..a53fbbc 100644 --- a/media-tv/tvheadend/tvheadend-9999.ebuild +++ b/media-tv/tvheadend/tvheadend-9999.ebuild @@ -21,7 +21,7 @@ RDEPEND="dev-libs/openssl:= avahi? ( net-dns/avahi ) dbus? ( sys-apps/dbus ) ffmpeg? ( - !libav? ( media-video/ffmpeg:0= ) + !libav? ( >=media-video/ffmpeg-3:= ) libav? ( media-video/libav:= ) ) hdhomerun? ( media-libs/libhdhomerun )