diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-06-03 18:49:48 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-06-03 18:51:10 -0500 |
commit | cf2d8383afcb13199e0835dc0e3b20c8bb4696e2 (patch) | |
tree | 0650ebbb72318210e1ec6eabcd111512392484ce /net-misc/openvswitch | |
parent | dev-lang/perl: Add patchlevel-gentoo to perl MANIFEST (diff) | |
download | gentoo-cf2d8383afcb13199e0835dc0e3b20c8bb4696e2.tar.gz gentoo-cf2d8383afcb13199e0835dc0e3b20c8bb4696e2.tar.bz2 gentoo-cf2d8383afcb13199e0835dc0e3b20c8bb4696e2.zip |
net-misc/openvswitch: fixing kernel dep for bug 584396
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.5.0.ebuild b/net-misc/openvswitch/openvswitch-2.5.0.ebuild index ee0325903c1f..111e873d0b24 100644 --- a/net-misc/openvswitch/openvswitch-2.5.0.ebuild +++ b/net-misc/openvswitch/openvswitch-2.5.0.ebuild @@ -37,8 +37,8 @@ BUILD_TARGETS="all" pkg_setup() { if use modules ; then CONFIG_CHECK+=" ~!OPENVSWITCH" - kernel_is ge 2 6 32 || die "Linux >= 2.6.32 and <= 4.0 required for userspace modules" - kernel_is le 4 0 || die "Linux >= 2.6.32 and <= 4.0 required for userspace modules" + kernel_is ge 2 6 32 || die "Linux >= 2.6.32 and <= 4.3 required for userspace modules" + kernel_is le 4 3 999 || die "Linux >= 2.6.32 and <= 4.3 required for userspace modules" linux-mod_pkg_setup else CONFIG_CHECK+=" ~OPENVSWITCH" |