diff options
Diffstat (limited to 'sys-cluster/keepalived/keepalived-1.1.5.ebuild')
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.1.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-cluster/keepalived/keepalived-1.1.5.ebuild b/sys-cluster/keepalived/keepalived-1.1.5.ebuild index bf58e60421af..5ba4b9de76c2 100644 --- a/sys-cluster/keepalived/keepalived-1.1.5.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.3 2004/06/24 22:38:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.5.ebuild,v 1.4 2004/07/15 03:01:55 agriffis 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" @@ -11,10 +11,9 @@ DEPEND="dev-libs/popt SRC_URI="http://keepalived.sourceforge.net/software/${P}.tar.gz" -IUSE="" +IUSE="debug" SLOT="0" KEYWORDS="x86 ~sparc ~amd64 ~ppc" -S="${WORKDIR}/${P}" src_compile() { local myconf |