net-misc/openvswitch: match upstream kernel versions supported
authorMatthew Thode <prometheanfire@gentoo.org>
Thu, 5 Oct 2017 04:10:39 +0000 (23:10 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 5 Oct 2017 04:10:39 +0000 (23:10 -0500)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

net-misc/openvswitch/openvswitch-2.8.1.ebuild

index 35188c9569d406e8d048abb5fb6d37feaa2390c1..99125f9190fedaac34276aa687849596581ff3b5 100644 (file)
@@ -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"