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 | 796dca4b446888cd483bf12600f6d63a443a1abf (patch) | |
tree | 5c71d9a77f7b44f4e6ce8a5fda7d467bf439cea5 /sys-cluster/cman/cman-1.03.00.ebuild | |
parent | Stable on amd64 (diff) | |
download | historical-796dca4b446888cd483bf12600f6d63a443a1abf.tar.gz historical-796dca4b446888cd483bf12600f6d63a443a1abf.tar.bz2 historical-796dca4b446888cd483bf12600f6d63a443a1abf.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'sys-cluster/cman/cman-1.03.00.ebuild')
-rw-r--r-- | sys-cluster/cman/cman-1.03.00.ebuild | 3 |
1 files changed, 1 insertions, 2 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" |