commit: 613cff73ba2e73197a8f47f16e32bbda5ef368ed
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 5 04:10:39 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Oct 5 04:10:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613cff73
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 35188c9569d..99125f9190f 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"