diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-07 23:02:47 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-07 23:02:47 +0000 |
commit | bb3411ed02f0db96d9935551d7cdc69ca145515e (patch) | |
tree | 4100dacd258f5d97c009412d28985039a1e94102 /sys-cluster | |
parent | Stable for x86, wrt bug #433223 (diff) | |
download | gentoo-2-bb3411ed02f0db96d9935551d7cdc69ca145515e.tar.gz gentoo-2-bb3411ed02f0db96d9935551d7cdc69ca145515e.tar.bz2 gentoo-2-bb3411ed02f0db96d9935551d7cdc69ca145515e.zip |
Stable ppc ppc64, bug #433361
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/keepalived/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.2.2-r4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-cluster/keepalived/ChangeLog b/sys-cluster/keepalived/ChangeLog index b3f61474cebc..daa2a76a8ea5 100644 --- a/sys-cluster/keepalived/ChangeLog +++ b/sys-cluster/keepalived/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/keepalived # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.94 2012/09/07 14:44:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.95 2012/09/07 23:02:47 blueness Exp $ + + 07 Sep 2012; Anthony G. Basile <blueness@gentoo.org> + keepalived-1.2.2-r4.ebuild: + Stable ppc ppc64, bug #433361 07 Sep 2012; Jeroen Roovers <jer@gentoo.org> keepalived-1.2.2-r4.ebuild: Stable for HPPA (bug #433361). diff --git a/sys-cluster/keepalived/keepalived-1.2.2-r4.ebuild b/sys-cluster/keepalived/keepalived-1.2.2-r4.ebuild index 42f8691b6247..c86437df0129 100644 --- a/sys-cluster/keepalived/keepalived-1.2.2-r4.ebuild +++ b/sys-cluster/keepalived/keepalived-1.2.2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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-r4.ebuild,v 1.2 2012/09/07 14:44:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.2.2-r4.ebuild,v 1.3 2012/09/07 23:02:47 blueness Exp $ EAPI=4 @@ -15,7 +15,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" RDEPEND="dev-libs/popt |