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 20A37138330 for ; Tue, 27 Sep 2016 22:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5558DE0B78; Tue, 27 Sep 2016 22:34:31 +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 38B4DE0B88 for ; Tue, 27 Sep 2016 22:34:31 +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 0394D3407E6 for ; Tue, 27 Sep 2016 22:34:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F13CC249A for ; Tue, 27 Sep 2016 22:34:27 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1475015658.b87b98c4dfce262fcb4377c05bd143a869e4bc76.polynomial-c@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-r1.ebuild media-video/handbrake/handbrake-9999.ebuild X-VCS-Directories: media-video/handbrake/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b87b98c4dfce262fcb4377c05bd143a869e4bc76 X-VCS-Branch: master Date: Tue, 27 Sep 2016 22:34:27 +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: 66cc979d-9ff8-43da-a7b2-c578c1837556 X-Archives-Hash: e6642a405a557eb8a6a82b885d88645e commit: b87b98c4dfce262fcb4377c05bd143a869e4bc76 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 27 20:26:13 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 27 22:34:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87b98c4 media-video/handbrake: Added sub-slot dependency on media-libs/x265 Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler gentoo.org> media-video/handbrake/handbrake-0.10.5-r1.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-r1.ebuild b/media-video/handbrake/handbrake-0.10.5-r1.ebuild index 0e9729e..ec778dd 100644 --- a/media-video/handbrake/handbrake-0.10.5-r1.ebuild +++ b/media-video/handbrake/handbrake-0.10.5-r1.ebuild @@ -65,7 +65,7 @@ RDEPEND=" virtual/libgudev:= ) fdk? ( media-libs/fdk-aac ) - x265? ( >=media-libs/x265-1.7 ) + x265? ( >=media-libs/x265-1.7:0= ) " DEPEND="${RDEPEND} diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index 0e9729e..ec778dd 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.ebuild @@ -65,7 +65,7 @@ RDEPEND=" virtual/libgudev:= ) fdk? ( media-libs/fdk-aac ) - x265? ( >=media-libs/x265-1.7 ) + x265? ( >=media-libs/x265-1.7:0= ) " DEPEND="${RDEPEND}