diff options
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/keepalived/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.1.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/keepalived/ChangeLog b/sys-cluster/keepalived/ChangeLog index d901067fe599..a749aab38111 100644 --- a/sys-cluster/keepalived/ChangeLog +++ b/sys-cluster/keepalived/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/keepalived # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.56 2008/05/07 18:52:53 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.57 2008/05/12 14:29:56 jer Exp $ + + 12 May 2008; Jeroen Roovers <jer@gentoo.org> keepalived-1.1.15.ebuild: + Stable for HPPA (bug #213995). 07 May 2008; Markus Rothe <corsair@gentoo.org> keepalived-1.1.15.ebuild: Stable on ppc64; bug #213995 diff --git a/sys-cluster/keepalived/keepalived-1.1.15.ebuild b/sys-cluster/keepalived/keepalived-1.1.15.ebuild index 9e9a0f0ea63e..d40b0a786a5d 100644 --- a/sys-cluster/keepalived/keepalived-1.1.15.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.15.ebuild,v 1.7 2008/05/07 18:52:53 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.15.ebuild,v 1.8 2008/05/12 14:29:56 jer Exp $ inherit flag-o-matic autotools @@ -10,7 +10,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 profile" RDEPEND="dev-libs/popt |