Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openvswitch/
Date: Thu, 27 Jun 2019 15:26:04
Message-Id: 1561649140.c2052ae16f4b3f76e026263f42a97a455f0ad64d.prometheanfire@gentoo
1 commit: c2052ae16f4b3f76e026263f42a97a455f0ad64d
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 27 15:06:12 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 15:25:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2052ae1
7
8 net-misc/openvswitch: 2.11.1 and 2.10.2 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.16
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 net-misc/openvswitch/openvswitch-2.10.2.ebuild | 2 +-
14 net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild | 6 +++---
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-misc/openvswitch/openvswitch-2.10.2.ebuild b/net-misc/openvswitch/openvswitch-2.10.2.ebuild
18 index 9fa8277073f..0dfc87fec2a 100644
19 --- a/net-misc/openvswitch/openvswitch-2.10.2.ebuild
20 +++ b/net-misc/openvswitch/openvswitch-2.10.2.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz"
22
23 LICENSE="Apache-2.0 GPL-2"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~arm64 ~x86"
26 +KEYWORDS="amd64 ~arm64 x86"
27 IUSE="debug modules monitor +ssl"
28 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
29
30
31 diff --git a/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild b/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild
32 index f2304f6ae35..aa2097f58cc 100644
33 --- a/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild
34 +++ b/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild
35 @@ -13,7 +13,7 @@ SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz"
36
37 LICENSE="Apache-2.0 GPL-2"
38 SLOT="0"
39 -KEYWORDS="~amd64 ~arm64 ~x86"
40 +KEYWORDS="amd64 ~arm64 x86"
41 IUSE="debug modules monitor +ssl"
42 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
43
44 @@ -32,8 +32,8 @@ DEPEND="${RDEPEND}
45 virtual/pkgconfig"
46
47 PATCHES="
48 - ${FILESDIR}/xcp-interface-reconfigure-2.3.2.patch
49 - ${FILESDIR}/0005-datapath-conntrack-fix-include-for-IP6_DEFRAG_CONNTR.patch
50 + "${FILESDIR}/xcp-interface-reconfigure-2.3.2.patch"
51 + "${FILESDIR}/0005-datapath-conntrack-fix-include-for-IP6_DEFRAG_CONNTR.patch"
52 "
53
54 CONFIG_CHECK="~NET_CLS_ACT ~NET_CLS_U32 ~NET_SCH_INGRESS ~NET_ACT_POLICE ~IPV6 ~TUN"