From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-937962-garchives=archives.gentoo.org@lists.gentoo.org>
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 2C837139695
	for <garchives@archives.gentoo.org>; Sun, 12 Mar 2017 17:06:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 95C5521C0AA;
	Sun, 12 Mar 2017 17:06: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 5A19E21C0A6
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Mar 2017 17:06: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 23F31340E75
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Mar 2017 17:06:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BB19A65D6
	for <gentoo-commits@lists.gentoo.org>; Sun, 12 Mar 2017 17:06:28 +0000 (UTC)
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org>
Message-ID: <1489338387.cc43186d19352bb78060eea125884be20bc42722.floppym@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98_beta.ebuild www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.14_alpha.ebuild
X-VCS-Directories: www-plugins/chrome-binary-plugins/
X-VCS-Committer: floppym
X-VCS-Committer-Name: Mike Gilbert
X-VCS-Revision: cc43186d19352bb78060eea125884be20bc42722
X-VCS-Branch: master
Date: Sun, 12 Mar 2017 17:06:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: d9a97cb9-dd2e-4ff9-bb1a-ff6c13e20081
X-Archives-Hash: bfb882d7f8f108154547af5f5a11930d

commit:     cc43186d19352bb78060eea125884be20bc42722
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 16:50:49 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 17:06:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc43186d

www-plugins/chrome-binary-plugins: add blocker on old chromium

Bug: https://bugs.gentoo.org/608148
Package-Manager: Portage-2.3.3_p79, Repoman-2.3.1_p72

 .../chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild     | 2 ++
 .../chrome-binary-plugins-57.0.2987.98_beta.ebuild                      | 2 ++
 .../chrome-binary-plugins-58.0.3029.14_alpha.ebuild                     | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild
index 641944cfac4..8173f0b7f5f 100644
--- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild
+++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild
@@ -36,6 +36,8 @@ LICENSE="google-chrome"
 IUSE="+widevine"
 RESTRICT="bindist mirror strip"
 
+RDEPEND="widevine? ( !<www-client/chromium-57[widevine(-)] )"
+
 for x in 0 beta stable unstable; do
 	if [[ ${SLOT} != ${x} ]]; then
 		RDEPEND+=" !${CATEGORY}/${PN}:${x}"

diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98_beta.ebuild
index 784002a4128..fb901aa5d5d 100644
--- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98_beta.ebuild
+++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98_beta.ebuild
@@ -36,6 +36,8 @@ LICENSE="google-chrome"
 IUSE="+widevine"
 RESTRICT="bindist mirror strip"
 
+RDEPEND="widevine? ( !<www-client/chromium-57[widevine(-)] )"
+
 for x in 0 beta stable unstable; do
 	if [[ ${SLOT} != ${x} ]]; then
 		RDEPEND+=" !${CATEGORY}/${PN}:${x}"

diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.14_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.14_alpha.ebuild
index 784002a4128..fb901aa5d5d 100644
--- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.14_alpha.ebuild
+++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.14_alpha.ebuild
@@ -36,6 +36,8 @@ LICENSE="google-chrome"
 IUSE="+widevine"
 RESTRICT="bindist mirror strip"
 
+RDEPEND="widevine? ( !<www-client/chromium-57[widevine(-)] )"
+
 for x in 0 beta stable unstable; do
 	if [[ ${SLOT} != ${x} ]]; then
 		RDEPEND+=" !${CATEGORY}/${PN}:${x}"