diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-10-04 23:10:39 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-10-04 23:10:39 -0500 |
commit | 613cff73ba2e73197a8f47f16e32bbda5ef368ed (patch) | |
tree | 6169ae5b5769bb9044bd0eb919661645c0cf9bfd /net-misc/openvswitch | |
parent | x11-base/xorg-server: Version bump to 1.19.4 (diff) | |
download | gentoo-613cff73ba2e73197a8f47f16e32bbda5ef368ed.tar.gz gentoo-613cff73ba2e73197a8f47f16e32bbda5ef368ed.tar.bz2 gentoo-613cff73ba2e73197a8f47f16e32bbda5ef368ed.zip |
net-misc/openvswitch: match upstream kernel versions supported
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |