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 A47A8139694 for ; Fri, 30 Jun 2017 05:03:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A8D0E0BDF; Fri, 30 Jun 2017 05:03:41 +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 DCBF2E0BDF for ; Fri, 30 Jun 2017 05:03:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95AF7341874 for ; Fri, 30 Jun 2017 05:03:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31A707478 for ; Fri, 30 Jun 2017 05:03:38 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498798843.a4513174a3cfb83884fe28c39bee8fdcd53fcc16.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/ffmpeg-3.3.2.ebuild media-video/ffmpeg/ffmpeg-9999.ebuild X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: a4513174a3cfb83884fe28c39bee8fdcd53fcc16 X-VCS-Branch: master Date: Fri, 30 Jun 2017 05:03:38 +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: 39927642-90c8-431f-808f-54ba36a2d90e X-Archives-Hash: f4e4c2b04ad584256ce170623fed506b commit: a4513174a3cfb83884fe28c39bee8fdcd53fcc16 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 30 05:00:43 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jun 30 05:00:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4513174 media-video/ffmpeg: add missing := dep on snappy Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-video/ffmpeg/ffmpeg-3.3.2.ebuild | 2 +- media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/ffmpeg/ffmpeg-3.3.2.ebuild b/media-video/ffmpeg/ffmpeg-3.3.2.ebuild index 263b5f8c261..371d95ffa9f 100644 --- a/media-video/ffmpeg/ffmpeg-3.3.2.ebuild +++ b/media-video/ffmpeg/ffmpeg-3.3.2.ebuild @@ -184,7 +184,7 @@ RDEPEND=" mp3? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] ) nvenc? ( media-video/nvidia_video_sdk ) openh264? ( >=media-libs/openh264-1.4.0-r1[${MULTILIB_USEDEP}] ) - snappy? ( >=app-arch/snappy-1.1.2-r1[${MULTILIB_USEDEP}] ) + snappy? ( >=app-arch/snappy-1.1.2-r1:=[${MULTILIB_USEDEP}] ) theora? ( >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index f746275b708..046da05bb5b 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -174,7 +174,7 @@ RDEPEND=" mp3? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] ) nvenc? ( media-video/nvidia_video_sdk ) openh264? ( >=media-libs/openh264-1.4.0-r1[${MULTILIB_USEDEP}] ) - snappy? ( >=app-arch/snappy-1.1.2-r1[${MULTILIB_USEDEP}] ) + snappy? ( >=app-arch/snappy-1.1.2-r1:=[${MULTILIB_USEDEP}] ) theora? ( >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]