commit: 26ff06556bd126b35ae2ebb2b5bb4b5a0fdc0c90
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 21:04:55 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 21:34:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ff0655
dev-python/ovs: Block file collision
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, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/ovs/ovs-2.6.0.ebuild b/dev-python/ovs/ovs-2.6.0.ebuild
index 879bda5..0569d34 100644
--- a/dev-python/ovs/ovs-2.6.0.ebuild
+++ b/dev-python/ovs/ovs-2.6.0.ebuild
@@ -16,5 +16,8 @@ SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="
+ !<net-misc/openvswitch-2.6.0-r2
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ "
RDEPEND=""