From cf2d8383afcb13199e0835dc0e3b20c8bb4696e2 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Fri, 3 Jun 2016 18:49:48 -0500 Subject: 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(-) (limited to 'net-misc/openvswitch') diff --git a/net-misc/openvswitch/openvswitch-2.5.0.ebuild b/net-misc/openvswitch/openvswitch-2.5.0.ebuild index ee0325903c1f..111e873d0b24 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" -- cgit v1.2.3-65-gdbad