summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-05 01:05:58 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-05 01:05:58 +0000
commitc1086fefb39e636b9c4dd77bc1dcf92fabc9cc6c (patch)
treec3a5d260c19aad4a0063bc7189df91a160a74cde /sys-libs/gdbm
parentAdd amd64 patch, bug 149235 (diff)
downloadgentoo-2-c1086fefb39e636b9c4dd77bc1dcf92fabc9cc6c.tar.gz
gentoo-2-c1086fefb39e636b9c4dd77bc1dcf92fabc9cc6c.tar.bz2
gentoo-2-c1086fefb39e636b9c4dd77bc1dcf92fabc9cc6c.zip
run src_install with -j1 as the build system is old
(Portage version: 2.1.2-r6)
Diffstat (limited to 'sys-libs/gdbm')
-rw-r--r--sys-libs/gdbm/gdbm-1.8.3-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/gdbm/gdbm-1.8.3-r3.ebuild b/sys-libs/gdbm/gdbm-1.8.3-r3.ebuild
index a41cbe763f1f..bc25329d3921 100644
--- a/sys-libs/gdbm/gdbm-1.8.3-r3.ebuild
+++ b/sys-libs/gdbm/gdbm-1.8.3-r3.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-libs/gdbm/gdbm-1.8.3-r3.ebuild,v 1.1 2007/02/04 23:10:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r3.ebuild,v 1.2 2007/02/05 01:05:58 vapier Exp $
inherit eutils libtool multilib
@@ -30,7 +30,7 @@ src_compile() {
}
src_install() {
- emake INSTALL_ROOT="${D}" install install-compat || die
+ emake -j1 INSTALL_ROOT="${D}" install install-compat || die
mv "${D}"/usr/include/gdbm/gdbm.h "${D}"/usr/include/ || die
dodoc ChangeLog NEWS README
}