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 E7394139694 for ; Mon, 6 Mar 2017 17:27:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66B69E0BB3; Mon, 6 Mar 2017 17:27:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 43E25E0BB3 for ; Mon, 6 Mar 2017 17:27:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 41C24340806 for ; Mon, 6 Mar 2017 17:27:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F1B85E96 for ; Mon, 6 Mar 2017 17:27:40 +0000 (UTC) From: "Ian Whyman" 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 Whyman" Message-ID: <1488821250.ccbcab29b8332aad09bda93e219df73f1f129d79.thev00d00@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/handbrake/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/handbrake/handbrake-1.0.3.ebuild media-video/handbrake/handbrake-9999.ebuild X-VCS-Directories: media-video/handbrake/ X-VCS-Committer: thev00d00 X-VCS-Committer-Name: Ian Whyman X-VCS-Revision: ccbcab29b8332aad09bda93e219df73f1f129d79 X-VCS-Branch: master Date: Mon, 6 Mar 2017 17:27:40 +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: 2b414683-3346-468f-a2b0-c54531ff9ce8 X-Archives-Hash: 08658f5fb7b66e92d7cbf06feefbde00 commit: ccbcab29b8332aad09bda93e219df73f1f129d79 Author: Ian Whyman gentoo org> AuthorDate: Mon Mar 6 17:27:30 2017 +0000 Commit: Ian Whyman gentoo org> CommitDate: Mon Mar 6 17:27:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbcab29 media-video/handbrake: Add missing opus dep Bug #611764 Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-video/handbrake/handbrake-1.0.3.ebuild | 1 + media-video/handbrake/handbrake-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-video/handbrake/handbrake-1.0.3.ebuild b/media-video/handbrake/handbrake-1.0.3.ebuild index e58596bc42b..0ce63641f6e 100644 --- a/media-video/handbrake/handbrake-1.0.3.ebuild +++ b/media-video/handbrake/handbrake-1.0.3.ebuild @@ -38,6 +38,7 @@ RDEPEND=" media-libs/libtheora media-libs/libvorbis media-libs/libvpx + media-libs/opus media-libs/x264:= media-sound/lame sys-libs/zlib diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index e58596bc42b..0ce63641f6e 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.ebuild @@ -38,6 +38,7 @@ RDEPEND=" media-libs/libtheora media-libs/libvorbis media-libs/libvpx + media-libs/opus media-libs/x264:= media-sound/lame sys-libs/zlib