Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openvswitch/
Date: Fri, 03 Jun 2016 23:51:41
Message-Id: 1464997870.cf2d8383afcb13199e0835dc0e3b20c8bb4696e2.prometheanfire@gentoo
1 commit: cf2d8383afcb13199e0835dc0e3b20c8bb4696e2
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 23:49:48 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 23:51:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2d8383
7
8 net-misc/openvswitch: fixing kernel dep for bug 584396
9
10 Package-Manager: portage-2.2.28
11
12 net-misc/openvswitch/openvswitch-2.5.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/openvswitch/openvswitch-2.5.0.ebuild b/net-misc/openvswitch/openvswitch-2.5.0.ebuild
16 index ee03259..111e873 100644
17 --- a/net-misc/openvswitch/openvswitch-2.5.0.ebuild
18 +++ b/net-misc/openvswitch/openvswitch-2.5.0.ebuild
19 @@ -37,8 +37,8 @@ BUILD_TARGETS="all"
20 pkg_setup() {
21 if use modules ; then
22 CONFIG_CHECK+=" ~!OPENVSWITCH"
23 - kernel_is ge 2 6 32 || die "Linux >= 2.6.32 and <= 4.0 required for userspace modules"
24 - kernel_is le 4 0 || die "Linux >= 2.6.32 and <= 4.0 required for userspace modules"
25 + kernel_is ge 2 6 32 || die "Linux >= 2.6.32 and <= 4.3 required for userspace modules"
26 + kernel_is le 4 3 999 || die "Linux >= 2.6.32 and <= 4.3 required for userspace modules"
27 linux-mod_pkg_setup
28 else
29 CONFIG_CHECK+=" ~OPENVSWITCH"