diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:01:55 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:01:55 +0000 |
commit | f502a4a57667cc2e5589dfb2d03b8c38eb71a4c6 (patch) | |
tree | e8c75a74ef17e4b3d08bc4e7f5da285f05630e9d /sys-cluster | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-f502a4a57667cc2e5589dfb2d03b8c38eb71a4c6.tar.gz gentoo-2-f502a4a57667cc2e5589dfb2d03b8c38eb71a4c6.tar.bz2 gentoo-2-f502a4a57667cc2e5589dfb2d03b8c38eb71a4c6.zip |
sync IUSE (+debug), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.1.3.ebuild | 5 | ||||
-rw-r--r-- | sys-cluster/keepalived/keepalived-1.1.5.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys-cluster/keepalived/keepalived-1.1.3.ebuild b/sys-cluster/keepalived/keepalived-1.1.3.ebuild index dddd67c117f3..6e557acea4e3 100644 --- a/sys-cluster/keepalived/keepalived-1.1.3.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.3.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.3.ebuild,v 1.5 2004/06/24 22:38:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.3.ebuild,v 1.6 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 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 |