diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-06-08 05:38:44 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-06-08 05:38:44 +0000 |
commit | 86ca6ec4ef64c24ac14f846bb10cd4b908dabb66 (patch) | |
tree | ec02d47bd8cc27a9be82c05c2a45f4d5797b1613 /sys-cluster | |
parent | Add ip_vs.h back, as the 1.2.2 ebuild still uses it. (diff) | |
download | gentoo-2-86ca6ec4ef64c24ac14f846bb10cd4b908dabb66.tar.gz gentoo-2-86ca6ec4ef64c24ac14f846bb10cd4b908dabb66.tar.bz2 gentoo-2-86ca6ec4ef64c24ac14f846bb10cd4b908dabb66.zip |
Fix automagic dependency on libnl that is needed for working IPv6 support.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/keepalived/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.2.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-cluster/keepalived/ChangeLog b/sys-cluster/keepalived/ChangeLog index 0ae26712392e..dcf77ce33923 100644 --- a/sys-cluster/keepalived/ChangeLog +++ b/sys-cluster/keepalived/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/keepalived # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.78 2011/06/08 05:32:14 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.79 2011/06/08 05:38:44 robbat2 Exp $ + + 08 Jun 2011; Robin H. Johnson <robbat2@gentoo.org> keepalived-1.2.2.ebuild: + Fix automagic dependency on libnl that is needed for working IPv6 support. 08 Jun 2011; Robin H. Johnson <robbat2@gentoo.org> +files/keepalived-1.1.13-linux-2.6.21-ip_vs.h: diff --git a/sys-cluster/keepalived/keepalived-1.2.2.ebuild b/sys-cluster/keepalived/keepalived-1.2.2.ebuild index a4aa9a233a61..1c0a76ab1e77 100644 --- a/sys-cluster/keepalived/keepalived-1.2.2.ebuild +++ b/sys-cluster/keepalived/keepalived-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2.ebuild,v 1.6 2011/06/07 11:10:43 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2.ebuild,v 1.7 2011/06/08 05:38:44 robbat2 Exp $ EAPI=3 @@ -17,6 +17,7 @@ IUSE="debug" RDEPEND="dev-libs/popt sys-apps/iproute2 + dev-libs/libnl dev-libs/openssl" DEPEND="${RDEPEND} =sys-kernel/linux-headers-2.6*" |