diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-05-04 14:59:30 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-05-04 14:59:30 +0000 |
commit | c990ef2a4212d9c303aa15469d4929a4afe2f16a (patch) | |
tree | 5b8c4c1f193205d95a9e391df1317e92bba64f57 /sys-cluster | |
parent | Stable on ppc wrt bug 217839 (diff) | |
download | gentoo-2-c990ef2a4212d9c303aa15469d4929a4afe2f16a.tar.gz gentoo-2-c990ef2a4212d9c303aa15469d4929a4afe2f16a.tar.bz2 gentoo-2-c990ef2a4212d9c303aa15469d4929a4afe2f16a.zip |
Stable on ppc wrt bug 213995
(Portage version: 2.1.4.4)
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 70d470d3fd63..b0bc542e34f1 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.53 2008/05/02 12:01:16 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.54 2008/05/04 14:59:30 nixnut Exp $ + + 04 May 2008; nixnut <nixnut@gentoo.org> keepalived-1.1.15.ebuild: + Stable on ppc wrt bug 213995 02 May 2008; Caleb Tennis <caleb@gentoo.org> keepalived-1.1.15.ebuild: amd64 stable, bug #213995 diff --git a/sys-cluster/keepalived/keepalived-1.1.15.ebuild b/sys-cluster/keepalived/keepalived-1.1.15.ebuild index 1012e20fdfa8..9f792937daed 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.4 2008/05/02 12:01:16 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.15.ebuild,v 1.5 2008/05/04 14:59:30 nixnut 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 |