From 613cff73ba2e73197a8f47f16e32bbda5ef368ed Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Wed, 4 Oct 2017 23:10:39 -0500 Subject: [PATCH] net-misc/openvswitch: match upstream kernel versions supported Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- net-misc/openvswitch/openvswitch-2.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/openvswitch/openvswitch-2.8.1.ebuild b/net-misc/openvswitch/openvswitch-2.8.1.ebuild index 35188c9569d40..99125f9190fed 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"