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 89A72139694 for ; Sat, 4 Mar 2017 13:37:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 432F821C1AC; Sat, 4 Mar 2017 13:37:28 +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 2505921C1AC for ; Sat, 4 Mar 2017 13:37:18 +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 90AC93417EB for ; Sat, 4 Mar 2017 13:37:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 504225C35 for ; Sat, 4 Mar 2017 13:37:08 +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: <1488634610.b902a433b1c1cd463524e6597ab3efcf1d01cfe6.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/handbrake/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/handbrake/handbrake-0.10.5-r2.ebuild media-video/handbrake/handbrake-9999.ebuild X-VCS-Directories: media-video/handbrake/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b902a433b1c1cd463524e6597ab3efcf1d01cfe6 X-VCS-Branch: master Date: Sat, 4 Mar 2017 13:37:08 +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: 65d610e3-4783-4ab6-a351-5218cbc48970 X-Archives-Hash: 59353807ca5fd225d36dbfe053ba7de0 commit: b902a433b1c1cd463524e6597ab3efcf1d01cfe6 Author: Alexis Ballier gentoo org> AuthorDate: Sat Mar 4 13:29:11 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Mar 4 13:36:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b902a433 media-video/handbrake: Add := dep on libbluray Package-Manager: Portage-2.3.4, Repoman-2.3.2 media-video/handbrake/handbrake-0.10.5-r2.ebuild | 2 +- media-video/handbrake/handbrake-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/handbrake/handbrake-0.10.5-r2.ebuild b/media-video/handbrake/handbrake-0.10.5-r2.ebuild index cb5ed2323ed..558ee7f48fc 100644 --- a/media-video/handbrake/handbrake-0.10.5-r2.ebuild +++ b/media-video/handbrake/handbrake-0.10.5-r2.ebuild @@ -31,7 +31,7 @@ RDEPEND=" dev-libs/jansson media-libs/a52dec media-libs/libass:= - media-libs/libbluray + media-libs/libbluray:= media-libs/libdvdnav media-libs/libdvdread media-libs/libsamplerate diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index a205b992ba7..66810e2b078 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.ebuild @@ -31,7 +31,7 @@ RDEPEND=" dev-libs/jansson media-libs/a52dec media-libs/libass:= - media-libs/libbluray + media-libs/libbluray:= media-libs/libdvdnav media-libs/libdvdread media-libs/libsamplerate