diff options
author | Caleb Tennis <caleb@gentoo.org> | 2009-04-10 17:06:41 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2009-04-10 17:06:41 +0000 |
commit | b03c00ad13495fd26f36b93568d0f95fda5892ae (patch) | |
tree | f036d18e84ed4079672464561c6958d238effcfe /sys-fs | |
parent | Deprecating old powerpc profiles (diff) | |
download | gentoo-2-b03c00ad13495fd26f36b93568d0f95fda5892ae.tar.gz gentoo-2-b03c00ad13495fd26f36b93568d0f95fda5892ae.tar.bz2 gentoo-2-b03c00ad13495fd26f36b93568d0f95fda5892ae.zip |
add -j1 to MAKETOPS for now, until we can track down the fix (265593)
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.45.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.45.ebuild b/sys-fs/lvm2/lvm2-2.02.45.ebuild index ed9c5fa23530..d4c5f9db572e 100644 --- a/sys-fs/lvm2/lvm2-2.02.45.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild,v 1.2 2009/04/10 15:52:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.45.ebuild,v 1.3 2009/04/10 17:06:41 caleb Exp $ inherit eutils multilib toolchain-funcs @@ -94,6 +94,7 @@ src_compile() { ${myconf} \ CLDFLAGS="${LDFLAGS}" || die + MAKEOPTS="${MAKEOPTS} -j1" emake || die "compile problem" } |