From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-914900-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 BF2411395E2
	for <garchives@archives.gentoo.org>; Sat,  3 Dec 2016 21:37:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F056FE0C1C;
	Sat,  3 Dec 2016 21:37:09 +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 CE40DE0C1C
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Dec 2016 21:37:09 +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 C660B34112A
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Dec 2016 21:37:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ACAA91A
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Dec 2016 21:37:07 +0000 (UTC)
From: "Justin Lecher" <jlec@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, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1480800954.524cdf74a35947c6df8f021f76d6a40b38a12792.jlec@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/ovs/ovs-2.6.0.ebuild
X-VCS-Directories: dev-python/ovs/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 524cdf74a35947c6df8f021f76d6a40b38a12792
X-VCS-Branch: master
Date: Sat,  3 Dec 2016 21:37:07 +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: e4598204-0b64-430d-8d94-4f9194b56a2a
X-Archives-Hash: 4856bbebe990542f9974c1cab23327ce

commit:     524cdf74a35947c6df8f021f76d6a40b38a12792
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 21:35:54 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 21:35:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524cdf74

dev-python/ovs: Refine file collision blocker

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/ovs/ovs-2.6.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/ovs/ovs-2.6.0.ebuild b/dev-python/ovs/ovs-2.6.0.ebuild
index 0569d34..a1b1869 100644
--- a/dev-python/ovs/ovs-2.6.0.ebuild
+++ b/dev-python/ovs/ovs-2.6.0.ebuild
@@ -16,8 +16,7 @@ SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
-DEPEND="
-	!<net-misc/openvswitch-2.6.0-r2
+RDEPEND="!<net-misc/openvswitch-2.6.0-r2"
+DEPEND="${RDEPEND}
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	"
-RDEPEND=""