From: Matthew Thode Date: Fri, 3 Jun 2016 23:49:48 +0000 (-0500) Subject: net-misc/openvswitch: fixing kernel dep for bug 584396 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cf2d8383afcb13199e0835dc0e3b20c8bb4696e2;p=gentoo.git net-misc/openvswitch: fixing kernel dep for bug 584396 Package-Manager: portage-2.2.28 --- 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"