diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-06-27 10:06:12 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-06-27 10:25:40 -0500 |
commit | c2052ae16f4b3f76e026263f42a97a455f0ad64d (patch) | |
tree | 577c7e0541517fddedf5ac48045f057bcfa0696b /net-misc/openvswitch | |
parent | gui-wm/sway: 1.1.1 stable amd64 and x86 (diff) | |
download | gentoo-c2052ae16f4b3f76e026263f42a97a455f0ad64d.tar.gz gentoo-c2052ae16f4b3f76e026263f42a97a455f0ad64d.tar.bz2 gentoo-c2052ae16f4b3f76e026263f42a97a455f0ad64d.zip |
net-misc/openvswitch: 2.11.1 and 2.10.2 stable amd64 and x86
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.10.2.ebuild | 2 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.10.2.ebuild b/net-misc/openvswitch/openvswitch-2.10.2.ebuild index 9fa8277073f0..0dfc87fec2a1 100644 --- a/net-misc/openvswitch/openvswitch-2.10.2.ebuild +++ b/net-misc/openvswitch/openvswitch-2.10.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild b/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild index f2304f6ae354..aa2097f58cc1 100644 --- a/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.11.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -32,8 +32,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig" PATCHES=" - ${FILESDIR}/xcp-interface-reconfigure-2.3.2.patch - ${FILESDIR}/0005-datapath-conntrack-fix-include-for-IP6_DEFRAG_CONNTR.patch + "${FILESDIR}/xcp-interface-reconfigure-2.3.2.patch" + "${FILESDIR}/0005-datapath-conntrack-fix-include-for-IP6_DEFRAG_CONNTR.patch" " CONFIG_CHECK="~NET_CLS_ACT ~NET_CLS_U32 ~NET_SCH_INGRESS ~NET_ACT_POLICE ~IPV6 ~TUN" |