summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-07-10 06:01:35 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-07-10 06:01:35 +0000
commit0f0f9d847e6e5be72349db97092716fb34204315 (patch)
tree2b3b655efb2ff8b52cd6b5beabf837acd0635f1c /sci-chemistry
parentFix f2c dep to libf2c. (diff)
downloadhistorical-0f0f9d847e6e5be72349db97092716fb34204315.tar.gz
historical-0f0f9d847e6e5be72349db97092716fb34204315.tar.bz2
historical-0f0f9d847e6e5be72349db97092716fb34204315.zip
(#98457) Parallel build broken.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/mopac7/ChangeLog5
-rw-r--r--sci-chemistry/mopac7/Manifest4
-rw-r--r--sci-chemistry/mopac7/mopac7-1.00.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/sci-chemistry/mopac7/ChangeLog b/sci-chemistry/mopac7/ChangeLog
index 291867af7421..fe0d597c82dd 100644
--- a/sci-chemistry/mopac7/ChangeLog
+++ b/sci-chemistry/mopac7/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/mopac7
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mopac7/ChangeLog,v 1.2 2005/07/10 05:47:55 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mopac7/ChangeLog,v 1.3 2005/07/10 06:01:35 spyderous Exp $
+
+ 10 Jul 2005; Donnie Berkholz <spyderous@gentoo.org>; mopac7-1.00.ebuild:
+ (#98457) Parallel build broken.
10 Jul 2005; Donnie Berkholz <spyderous@gentoo.org>; mopac7-1.00.ebuild:
Fix f2c dep to libf2c.
diff --git a/sci-chemistry/mopac7/Manifest b/sci-chemistry/mopac7/Manifest
index 2e5b895ef105..b184167a181d 100644
--- a/sci-chemistry/mopac7/Manifest
+++ b/sci-chemistry/mopac7/Manifest
@@ -1,4 +1,4 @@
-MD5 a0e161c02d54a8398c8092b7966da4bc mopac7-1.00.ebuild 1328
+MD5 5f769fd057531c884af54fb23ba99f50 mopac7-1.00.ebuild 1332
MD5 af1bfbb0777267a03e889b08173f2757 metadata.xml 248
-MD5 8921c59ff556e2cc9c829ef13f8dbdb5 ChangeLog 558
+MD5 d0f673021b0f9d49eec18269d02d1c35 ChangeLog 668
MD5 87fd0c849cee4758e25fa67f07f7240e files/digest-mopac7-1.00 61
diff --git a/sci-chemistry/mopac7/mopac7-1.00.ebuild b/sci-chemistry/mopac7/mopac7-1.00.ebuild
index 166704048af0..cb18a870a910 100644
--- a/sci-chemistry/mopac7/mopac7-1.00.ebuild
+++ b/sci-chemistry/mopac7/mopac7-1.00.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mopac7/mopac7-1.00.ebuild,v 1.2 2005/07/10 05:47:55 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mopac7/mopac7-1.00.ebuild,v 1.3 2005/07/10 06:01:35 spyderous Exp $
inherit flag-o-matic
@@ -29,7 +29,7 @@ src_compile() {
# but they break the actual linking of it. Something's obviously broken.
einfo "Removing LDFLAGS, as they break the build"
sed -i "/^LDFLAGS/d" src/Makefile.in
- emake || die "emake failed"
+ emake -j1 || die "emake failed"
}
src_install() {