diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2014-05-04 14:49:17 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2014-05-04 14:49:17 +0000 |
commit | 9f246ee70114554b65da914c55f0ea788254fa0a (patch) | |
tree | 8c56e569ed358a662bc26977dd9e656fbbe495cd /sys-cluster | |
parent | Add a comment explaining the 2to3 call for python3.2. (diff) | |
download | gentoo-2-9f246ee70114554b65da914c55f0ea788254fa0a.tar.gz gentoo-2-9f246ee70114554b65da914c55f0ea788254fa0a.tar.bz2 gentoo-2-9f246ee70114554b65da914c55f0ea788254fa0a.zip |
fix libnl slot dep wrt #507888
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/keepalived/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.2.12-r1.ebuild (renamed from sys-cluster/keepalived/keepalived-1.2.12.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-cluster/keepalived/ChangeLog b/sys-cluster/keepalived/ChangeLog index 9ac23fcfa928..2c370df0fc14 100644 --- a/sys-cluster/keepalived/ChangeLog +++ b/sys-cluster/keepalived/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-cluster/keepalived # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.105 2014/02/14 11:15:34 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.106 2014/05/04 14:49:17 ultrabug Exp $ + +*keepalived-1.2.12-r1 (04 May 2014) + + 04 May 2014; Ultrabug <ultrabug@gentoo.org> -keepalived-1.2.12.ebuild, + +keepalived-1.2.12-r1.ebuild: + fix libnl slot dep wrt #507888 *keepalived-1.2.12 (14 Feb 2014) diff --git a/sys-cluster/keepalived/keepalived-1.2.12.ebuild b/sys-cluster/keepalived/keepalived-1.2.12-r1.ebuild index dad385b8ecdc..ee65102893bd 100644 --- a/sys-cluster/keepalived/keepalived-1.2.12.ebuild +++ b/sys-cluster/keepalived/keepalived-1.2.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.12.ebuild,v 1.1 2014/02/14 11:15:34 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.12-r1.ebuild,v 1.1 2014/05/04 14:49:17 ultrabug Exp $ EAPI=4 @@ -17,7 +17,7 @@ IUSE="debug ipv6 snmp" RDEPEND="dev-libs/popt sys-apps/iproute2 - dev-libs/libnl:1.1 + dev-libs/libnl dev-libs/openssl snmp? ( net-analyzer/net-snmp )" DEPEND="${RDEPEND} |