diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-06-04 23:30:48 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-06-04 23:30:48 +0000 |
commit | 4ad1955d8d1cba1fa9912da68be1da813a98b565 (patch) | |
tree | 4becef184498857dcb5d5055e7d69da502e80140 /sys-apps/dmapi/dmapi-2.2.8.ebuild | |
parent | trim trailing whitespace in ChangeLog (diff) | |
download | gentoo-2-4ad1955d8d1cba1fa9912da68be1da813a98b565.tar.gz gentoo-2-4ad1955d8d1cba1fa9912da68be1da813a98b565.tar.bz2 gentoo-2-4ad1955d8d1cba1fa9912da68be1da813a98b565.zip |
Bug #180672, fix parallel install failure.
(Portage version: 2.1.2.5)
Diffstat (limited to 'sys-apps/dmapi/dmapi-2.2.8.ebuild')
-rw-r--r-- | sys-apps/dmapi/dmapi-2.2.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dmapi/dmapi-2.2.8.ebuild b/sys-apps/dmapi/dmapi-2.2.8.ebuild index 34d04c2ed487..914f71557869 100644 --- a/sys-apps/dmapi/dmapi-2.2.8.ebuild +++ b/sys-apps/dmapi/dmapi-2.2.8.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-apps/dmapi/dmapi-2.2.8.ebuild,v 1.1 2007/05/31 06:03:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.2.8.ebuild,v 1.2 2007/06/04 23:30:48 robbat2 Exp $ inherit eutils toolchain-funcs autotools @@ -36,7 +36,7 @@ src_compile() { } src_install() { - emake DIST_ROOT="${D}" install install-dev || die + emake -j1 DIST_ROOT="${D}" install install-dev || die prepalldocs # move shared libs to / |