diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-06-22 14:34:22 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-06-22 14:34:22 +0000 |
commit | 599095a5ffbaed5abc66eb79ea8b415610d6f6e1 (patch) | |
tree | 8f1a21297140d558bc67dbc67d3fa60214f327d6 /sys-cluster/keepalived | |
parent | ia64 stable wrt bug #506826 (diff) | |
download | gentoo-2-599095a5ffbaed5abc66eb79ea8b415610d6f6e1.tar.gz gentoo-2-599095a5ffbaed5abc66eb79ea8b415610d6f6e1.tar.bz2 gentoo-2-599095a5ffbaed5abc66eb79ea8b415610d6f6e1.zip |
ia64 stable wrt bug #507872
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'sys-cluster/keepalived')
-rw-r--r-- | sys-cluster/keepalived/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.2.9.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-cluster/keepalived/ChangeLog b/sys-cluster/keepalived/ChangeLog index 1dad67048830..9a86fac4ec0e 100644 --- a/sys-cluster/keepalived/ChangeLog +++ b/sys-cluster/keepalived/ChangeLog @@ -1,6 +1,9 @@ # 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.107 2014/06/04 23:36:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.108 2014/06/22 14:34:22 hattya Exp $ + + 22 Jun 2014; Akinori Hattori <hattya@gentoo.org> keepalived-1.2.9.ebuild: + ia64 stable wrt bug #507872 04 Jun 2014; Jeroen Roovers <jer@gentoo.org> keepalived-1.2.9.ebuild: Stable for HPPA (bug #507872). @@ -491,4 +494,3 @@ 24 Feb 2003; Zach Welch <zwelch@gentoo.org> keepalived-1.0.0.ebuild files/digest-keepalived-1.0.0 : New ebuild from bug 15706; Brett Simpson <simpsonb@impmail.dnsalias.com> - diff --git a/sys-cluster/keepalived/keepalived-1.2.9.ebuild b/sys-cluster/keepalived/keepalived-1.2.9.ebuild index d483f448c719..1ac6d9f1e47c 100644 --- a/sys-cluster/keepalived/keepalived-1.2.9.ebuild +++ b/sys-cluster/keepalived/keepalived-1.2.9.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.9.ebuild,v 1.2 2014/06/04 23:36:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.9.ebuild,v 1.3 2014/06/22 14:34:22 hattya 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 |