diff options
author | Markus Meier <maekke@gentoo.org> | 2008-05-04 15:15:21 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-05-04 15:15:21 +0000 |
commit | 167a91a12e2c24638c88f187fedb9527eb5c84e0 (patch) | |
tree | d9fadef3c59a02e7ca7969fbc28a72dd57403ac9 /sys-cluster | |
parent | Version bump, bug #214010 reported by Craig; fixed installation of docs into ... (diff) | |
download | gentoo-2-167a91a12e2c24638c88f187fedb9527eb5c84e0.tar.gz gentoo-2-167a91a12e2c24638c88f187fedb9527eb5c84e0.tar.bz2 gentoo-2-167a91a12e2c24638c88f187fedb9527eb5c84e0.zip |
x86 stable, bug #213995
(Portage version: 2.1.5_rc6)
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 b0bc542e34f1..4711f4675cbc 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.54 2008/05/04 14:59:30 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.55 2008/05/04 15:15:21 maekke Exp $ + + 04 May 2008; Markus Meier <maekke@gentoo.org> keepalived-1.1.15.ebuild: + x86 stable, bug #213995 04 May 2008; nixnut <nixnut@gentoo.org> keepalived-1.1.15.ebuild: Stable on ppc wrt bug 213995 diff --git a/sys-cluster/keepalived/keepalived-1.1.15.ebuild b/sys-cluster/keepalived/keepalived-1.1.15.ebuild index 9f792937daed..1d21525a073e 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.5 2008/05/04 14:59:30 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.15.ebuild,v 1.6 2008/05/04 15:15:21 maekke 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 |