diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-07-10 06:01:35 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-07-10 06:01:35 +0000 |
commit | f3a45486ec0e990e39ef1f01442e38a5edc64c3c (patch) | |
tree | b48ab42858862c42769ddd5121fb3b3a30bf8cde /sci-chemistry/mopac7 | |
parent | Fix f2c dep to libf2c. (diff) | |
download | gentoo-2-f3a45486ec0e990e39ef1f01442e38a5edc64c3c.tar.gz gentoo-2-f3a45486ec0e990e39ef1f01442e38a5edc64c3c.tar.bz2 gentoo-2-f3a45486ec0e990e39ef1f01442e38a5edc64c3c.zip |
(#98457) Parallel build broken.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-chemistry/mopac7')
-rw-r--r-- | sci-chemistry/mopac7/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/mopac7/mopac7-1.00.ebuild | 4 |
2 files changed, 6 insertions, 3 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/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() { |