diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-14 22:18:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-14 22:18:04 +0000 |
commit | 1bce836a86086d7592bf5b58a76a6166c20077ab (patch) | |
tree | c88a5cf973ddba6a90e310586cd14879afd9d49f /sys-cluster/cman | |
parent | Stable on amd64 (diff) | |
download | gentoo-2-1bce836a86086d7592bf5b58a76a6166c20077ab.tar.gz gentoo-2-1bce836a86086d7592bf5b58a76a6166c20077ab.tar.bz2 gentoo-2-1bce836a86086d7592bf5b58a76a6166c20077ab.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-cluster/cman')
-rw-r--r-- | sys-cluster/cman/cman-1.03.00.ebuild | 3 | ||||
-rw-r--r-- | sys-cluster/cman/cman-1.04.00.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys-cluster/cman/cman-1.03.00.ebuild b/sys-cluster/cman/cman-1.03.00.ebuild index 2eb209b2b045..e8420fcf45db 100644 --- a/sys-cluster/cman/cman-1.03.00.ebuild +++ b/sys-cluster/cman/cman-1.03.00.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/cman/cman-1.03.00.ebuild,v 1.5 2007/05/12 13:18:52 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/cman-1.03.00.ebuild,v 1.6 2007/07/14 22:18:04 mr_bones_ Exp $ inherit eutils @@ -30,7 +30,6 @@ src_unpack() { epatch ${FILESDIR}/${PN}-1.03.00-qdisk-makefile.patch || die } - src_compile() { ./configure || die "configure problem" emake -j1 || die "compile problem" diff --git a/sys-cluster/cman/cman-1.04.00.ebuild b/sys-cluster/cman/cman-1.04.00.ebuild index 6f7628b52980..7220e0bc3e1d 100644 --- a/sys-cluster/cman/cman-1.04.00.ebuild +++ b/sys-cluster/cman/cman-1.04.00.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/cman/cman-1.04.00.ebuild,v 1.4 2007/05/26 13:27:34 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cman/cman-1.04.00.ebuild,v 1.5 2007/07/14 22:18:04 mr_bones_ Exp $ inherit eutils @@ -30,7 +30,6 @@ src_unpack() { epatch ${FILESDIR}/${P}-qdisk-makefile.patch || die } - src_compile() { ./configure || die "configure problem" emake -j1 || die "compile problem" |