summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-21 16:30:02 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-21 16:30:02 +0000
commitc62a415273359d1a28e91688b9f2b0d2a5eb40db (patch)
treeff707e8fa7731906eaea2f2aea97cfa99650d8ad /sys-cluster/keepalived/keepalived-1.1.5.ebuild
parentcleanup (diff)
downloadgentoo-2-c62a415273359d1a28e91688b9f2b0d2a5eb40db.tar.gz
gentoo-2-c62a415273359d1a28e91688b9f2b0d2a5eb40db.tar.bz2
gentoo-2-c62a415273359d1a28e91688b9f2b0d2a5eb40db.zip
fix iproute dep
Diffstat (limited to 'sys-cluster/keepalived/keepalived-1.1.5.ebuild')
-rw-r--r--sys-cluster/keepalived/keepalived-1.1.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/keepalived/keepalived-1.1.5.ebuild b/sys-cluster/keepalived/keepalived-1.1.5.ebuild
index 6aafcd375945..9f33ef65ddd6 100644
--- a/sys-cluster/keepalived/keepalived-1.1.5.ebuild
+++ b/sys-cluster/keepalived/keepalived-1.1.5.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.5.ebuild,v 1.1 2004/01/26 06:41:21 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.5.ebuild,v 1.2 2004/04/21 16:30:02 vapier Exp $
DESCRIPTION="The main goal of the keepalived project is to add a strong & robust keepalive facility to the Linux Virtual Server project."
HOMEPAGE="http://keepalived.sourceforge.net"
LICENSE="GPL-2"
DEPEND="dev-libs/popt
- sys-apps/iproute"
+ sys-apps/iproute2"
SRC_URI="http://keepalived.sourceforge.net/software/${P}.tar.gz"