commit: cf2d8383afcb13199e0835dc0e3b20c8bb4696e2
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 3 23:49:48 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Jun 3 23:51:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2d8383
net-misc/openvswitch: fixing kernel dep for bug 584396
Package-Manager: portage-2.2.28
net-misc/openvswitch/openvswitch-2.5.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/openvswitch/openvswitch-2.5.0.ebuild
b/net-misc/openvswitch/openvswitch-2.5.0.ebuild
index ee03259..111e873 100644
--- a/net-misc/openvswitch/openvswitch-2.5.0.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.5.0.ebuild
@@ -37,8 +37,8 @@ BUILD_TARGETS="all"
pkg_setup() {
if use modules ; then
CONFIG_CHECK+=" ~!OPENVSWITCH"
- kernel_is ge 2 6 32 || die "Linux >= 2.6.32 and <= 4.0 required
for userspace modules"
- kernel_is le 4 0 || die "Linux >= 2.6.32 and <= 4.0 required
for userspace modules"
+ kernel_is ge 2 6 32 || die "Linux >= 2.6.32 and <= 4.3 required
for userspace modules"
+ kernel_is le 4 3 999 || die "Linux >= 2.6.32 and <= 4.3
required for userspace modules"
linux-mod_pkg_setup
else
CONFIG_CHECK+=" ~OPENVSWITCH"