diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2017-01-26 10:05:11 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2017-01-26 10:05:32 +0100 |
commit | d7b2e85aae61c8e0be85a21a721fc0fbaf003701 (patch) | |
tree | 0144f3126eb35155a2b15ecaec121d568230e7bf /sys-cluster | |
parent | sys-kernel/gentoo-sources: Linux kernel 4.4.45 (diff) | |
download | gentoo-d7b2e85aae61c8e0be85a21a721fc0fbaf003701.tar.gz gentoo-d7b2e85aae61c8e0be85a21a721fc0fbaf003701.tar.bz2 gentoo-d7b2e85aae61c8e0be85a21a721fc0fbaf003701.zip |
sys-cluster/keepalived: Fix linux-headers dep to pull in >=4.4
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.2.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/keepalived/keepalived-1.2.24.ebuild b/sys-cluster/keepalived/keepalived-1.2.24.ebuild index fc0c5f366a9c..8d76e851a0d7 100644 --- a/sys-cluster/keepalived/keepalived-1.2.24.ebuild +++ b/sys-cluster/keepalived/keepalived-1.2.24.ebuild @@ -22,7 +22,7 @@ RDEPEND="dev-libs/popt snmp? ( net-analyzer/net-snmp ) net-libs/libnfnetlink" DEPEND="${RDEPEND} - >=sys-kernel/linux-headers-2.6.30" + >=sys-kernel/linux-headers-4.4" DOCS=( README CONTRIBUTORS INSTALL ChangeLog AUTHOR TODO doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt ) |