From: Matthew Thode Date: Thu, 5 Oct 2017 04:10:39 +0000 (-0500) Subject: net-misc/openvswitch: match upstream kernel versions supported X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=613cff73ba2e73197a8f47f16e32bbda5ef368ed;p=gentoo.git net-misc/openvswitch: match upstream kernel versions supported Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- diff --git a/net-misc/openvswitch/openvswitch-2.8.1.ebuild b/net-misc/openvswitch/openvswitch-2.8.1.ebuild index 35188c9569d4..99125f9190fe 100644 --- a/net-misc/openvswitch/openvswitch-2.8.1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.8.1.ebuild @@ -44,7 +44,7 @@ pkg_setup() { if use modules ; then CONFIG_CHECK+=" ~!OPENVSWITCH" kernel_is ge 3 10 0 || die "Linux >= 3.10.0 and <= 4.8 required for userspace modules" - kernel_is le 4 9 999 || die "Linux >= 3.10.0 and <= 4.8 required for userspace modules" + kernel_is le 4 12 999 || die "Linux >= 3.10.0 and <= 4.12 required for userspace modules" linux-mod_pkg_setup else CONFIG_CHECK+=" ~OPENVSWITCH"