diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-10-05 14:14:59 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-10-05 14:14:59 +0000 |
commit | e36a88a2c60994a2da92d157052bee5b1795bb04 (patch) | |
tree | 2871245b785b0a1bfe9ebf99eceefab40404b2b5 /sys-cluster/keepalived | |
parent | alpha/ia64/sparc stable wrt #194721 (diff) | |
download | gentoo-2-e36a88a2c60994a2da92d157052bee5b1795bb04.tar.gz gentoo-2-e36a88a2c60994a2da92d157052bee5b1795bb04.tar.bz2 gentoo-2-e36a88a2c60994a2da92d157052bee5b1795bb04.zip |
ia64 stable wrt #181763
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-cluster/keepalived')
-rw-r--r-- | sys-cluster/keepalived/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-cluster/keepalived/ChangeLog b/sys-cluster/keepalived/ChangeLog index 0b222971c2f4..01257ab64d90 100644 --- a/sys-cluster/keepalived/ChangeLog +++ b/sys-cluster/keepalived/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/keepalived # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.48 2007/09/28 16:41:54 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.49 2007/10/05 14:14:59 armin76 Exp $ + + 05 Oct 2007; Raúl Porcel <armin76@gentoo.org> + keepalived-1.1.13-r1.ebuild: + ia64 stable wrt #181763 28 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> keepalived-1.1.13-r1.ebuild: diff --git a/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild b/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild index 3f0b7f71194f..f43ebd09d8ac 100644 --- a/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild,v 1.7 2007/09/28 16:41:54 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.13-r1.ebuild,v 1.8 2007/10/05 14:14:59 armin76 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 |