diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-14 11:02:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-14 11:02:03 +0000 |
commit | bba0e72a7e650d4784edf1dac776725332e39e85 (patch) | |
tree | 501b7378804df994fbbba0ff6269bc74044c83c3 /sys-cluster/keepalived | |
parent | Stable for ia64, wrt bug #546184 (diff) | |
download | gentoo-2-bba0e72a7e650d4784edf1dac776725332e39e85.tar.gz gentoo-2-bba0e72a7e650d4784edf1dac776725332e39e85.tar.bz2 gentoo-2-bba0e72a7e650d4784edf1dac776725332e39e85.zip |
Stable for ia64, wrt bug #538792
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
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 4b6d60c398e4..2dbced523f8c 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.127 2015/04/13 08:22:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.128 2015/04/14 11:02:03 ago Exp $ + + 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> keepalived-1.2.15.ebuild: + Stable for ia64, wrt bug #538792 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> keepalived-1.2.15.ebuild: Stable for alpha, wrt bug #538792 diff --git a/sys-cluster/keepalived/keepalived-1.2.15.ebuild b/sys-cluster/keepalived/keepalived-1.2.15.ebuild index 239c01f7bb6c..811450398932 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.7 2015/04/13 08:22:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.15.ebuild,v 1.8 2015/04/14 11:02:03 ago 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 |