Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openvswitch/
Date: Wed, 29 Mar 2017 00:22:54
Message-Id: 1490746949.0464db224ac3bde294165ad167406bb8878a56ac.prometheanfire@gentoo
1 commit: 0464db224ac3bde294165ad167406bb8878a56ac
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 29 00:18:30 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 29 00:22:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0464db22
7
8 net-misc/openvswitch: 2.7.0 stable x86 and amd64
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-misc/openvswitch/openvswitch-2.7.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/openvswitch/openvswitch-2.7.0.ebuild b/net-misc/openvswitch/openvswitch-2.7.0.ebuild
16 index 39ad5813aca..694ea37e210 100644
17 --- a/net-misc/openvswitch/openvswitch-2.7.0.ebuild
18 +++ b/net-misc/openvswitch/openvswitch-2.7.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="http://openvswitch.org/releases/${P}.tar.gz"
20
21 LICENSE="Apache-2.0 GPL-2"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm64 x86"
25 IUSE="debug modules monitor +ssl"
26
27 RDEPEND="
28 @@ -23,7 +23,7 @@ RDEPEND="
29 )
30 ssl? ( dev-libs/openssl:0= )
31 ${PYTHON_DEPS}
32 - ~dev-python/ovs-${PV}
33 + ~dev-python/ovs-${PV}[${PYTHON_USEDEP}]
34 dev-python/twisted-core
35 dev-python/twisted-conch
36 dev-python/twisted-web