Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/keepalived/
Date: Thu, 26 Jan 2017 09:05:42
Message-Id: 1485421532.d7b2e85aae61c8e0be85a21a721fc0fbaf003701.klausman@gentoo
1 commit: d7b2e85aae61c8e0be85a21a721fc0fbaf003701
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 09:05:11 2017 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 09:05:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b2e85a
7
8 sys-cluster/keepalived: Fix linux-headers dep to pull in >=4.4
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-cluster/keepalived/keepalived-1.2.24.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/keepalived/keepalived-1.2.24.ebuild b/sys-cluster/keepalived/keepalived-1.2.24.ebuild
16 index fc0c5f3..8d76e85 100644
17 --- a/sys-cluster/keepalived/keepalived-1.2.24.ebuild
18 +++ b/sys-cluster/keepalived/keepalived-1.2.24.ebuild
19 @@ -22,7 +22,7 @@ RDEPEND="dev-libs/popt
20 snmp? ( net-analyzer/net-snmp )
21 net-libs/libnfnetlink"
22 DEPEND="${RDEPEND}
23 - >=sys-kernel/linux-headers-2.6.30"
24 + >=sys-kernel/linux-headers-4.4"
25
26 DOCS=( README CONTRIBUTORS INSTALL ChangeLog AUTHOR TODO
27 doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt )