Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196728 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +1 lines)
Line  Link Here
0
-- /usr/portage/dev-libs/gmp/gmp-4.2.1-r1.ebuild       2007-10-22 19:01:56 +0200
0
++ /usr/portage/dev-libs/gmp/gmp-4.2.1-r1.ebuild.new   2007-10-22 19:01:38 +0200
Lines 66-72 Link Here
66
}
66
}
67
 src_install() {
67
 src_install() {
68
 -       emake DESTDIR="${D}" install || die "make install failed"
68
 -       emake DESTDIR="${D}" install || die "make install failed"
69
 +       emake -j1 DESTDIR="${D}" install || die "make install failed"
69
 +       emake -j1 DESTDIR="${D}" install || die "make install failed"
70
         dodoc AUTHORS ChangeLog NEWS README
70
         dodoc AUTHORS ChangeLog NEWS README
71
         dodoc doc/configuration doc/isa_abi_headache
71
         dodoc doc/configuration doc/isa_abi_headache

Return to bug 196728