Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/
Date: Sat, 03 Dec 2016 21:34:15
Message-Id: 1480800845.26ff06556bd126b35ae2ebb2b5bb4b5a0fdc0c90.jlec@gentoo
1 commit: 26ff06556bd126b35ae2ebb2b5bb4b5a0fdc0c90
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 21:04:55 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 21:34:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ff0655
7
8 dev-python/ovs: Block file collision
9
10 Package-Manager: portage-2.3.2
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/ovs/ovs-2.6.0.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/ovs/ovs-2.6.0.ebuild b/dev-python/ovs/ovs-2.6.0.ebuild
17 index 879bda5..0569d34 100644
18 --- a/dev-python/ovs/ovs-2.6.0.ebuild
19 +++ b/dev-python/ovs/ovs-2.6.0.ebuild
20 @@ -16,5 +16,8 @@ SLOT="0"
21 KEYWORDS="amd64 ~arm64 x86"
22 IUSE=""
23
24 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
25 +DEPEND="
26 + !<net-misc/openvswitch-2.6.0-r2
27 + dev-python/setuptools[${PYTHON_USEDEP}]
28 + "
29 RDEPEND=""