diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-06-05 11:57:08 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-06-05 11:57:08 +0000 |
commit | 9430e4963cc95d29f7fec6ef7ef74a2289e0baff (patch) | |
tree | 3908de2177403fe24f69ff5f7d49a067a8b7c8c9 /sys-cluster | |
parent | Version bump wrt #369333 (diff) | |
download | gentoo-2-9430e4963cc95d29f7fec6ef7ef74a2289e0baff.tar.gz gentoo-2-9430e4963cc95d29f7fec6ef7ef74a2289e0baff.tar.bz2 gentoo-2-9430e4963cc95d29f7fec6ef7ef74a2289e0baff.zip |
alpha/ia64/s390/sparc stable wrt #368225
(Portage version: 2.1.9.49/cvs/Linux ia64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/keepalived/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/keepalived/ChangeLog b/sys-cluster/keepalived/ChangeLog index 117a5308c300..1b8618618675 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.74 2011/05/28 15:44:11 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.75 2011/06/05 11:57:08 armin76 Exp $ + + 05 Jun 2011; Raúl Porcel <armin76@gentoo.org> keepalived-1.2.2.ebuild: + alpha/ia64/s390/sparc stable wrt #368225 28 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> keepalived-1.2.2.ebuild: x86 stable wrt bug #368225 diff --git a/sys-cluster/keepalived/keepalived-1.2.2.ebuild b/sys-cluster/keepalived/keepalived-1.2.2.ebuild index 6c3de450b906..2b4f3940c7d1 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.3 2011/05/28 15:44:11 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2.ebuild,v 1.4 2011/06/05 11:57:08 armin76 Exp $ EAPI=3 @@ -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" RDEPEND="dev-libs/popt |