diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-03-16 04:36:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-03-16 04:36:06 +0000 |
commit | c51e4d3cb08f530bf4461d059424129580b01670 (patch) | |
tree | 18fac060d1aaddb1e5b03e6365f8f9d15d4595cd /sys-cluster/keepalived | |
parent | Stable for HPPA (bug #535408). (diff) | |
download | gentoo-2-c51e4d3cb08f530bf4461d059424129580b01670.tar.gz gentoo-2-c51e4d3cb08f530bf4461d059424129580b01670.tar.bz2 gentoo-2-c51e4d3cb08f530bf4461d059424129580b01670.zip |
Stable for HPPA (bug #538792).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-cluster/keepalived')
-rw-r--r-- | sys-cluster/keepalived/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.2.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/keepalived/ChangeLog b/sys-cluster/keepalived/ChangeLog index 80f786c72dd2..629c04f90022 100644 --- a/sys-cluster/keepalived/ChangeLog +++ b/sys-cluster/keepalived/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/keepalived # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.122 2015/03/02 09:35:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.123 2015/03/16 04:36:06 jer Exp $ + + 16 Mar 2015; Jeroen Roovers <jer@gentoo.org> keepalived-1.2.15.ebuild: + Stable for HPPA (bug #538792). 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> keepalived-1.2.15.ebuild: Stable for ppc, wrt bug #538792 diff --git a/sys-cluster/keepalived/keepalived-1.2.15.ebuild b/sys-cluster/keepalived/keepalived-1.2.15.ebuild index 8aba5d6a43c4..3c72e20bd506 100644 --- a/sys-cluster/keepalived/keepalived-1.2.15.ebuild +++ b/sys-cluster/keepalived/keepalived-1.2.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.15.ebuild,v 1.2 2015/03/02 09:35:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.15.ebuild,v 1.3 2015/03/16 04:36:06 jer Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.keepalived.org/software/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="debug ipv6 snmp" RDEPEND="dev-libs/popt |