diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-09-28 09:20:43 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-09-28 09:20:43 +0000 |
commit | bdbfcbf40c3054a5ff494df7e8d61327d489b99f (patch) | |
tree | 595f4a0b7eccf6e5046db1c4d7a0922958b3a744 /app-emulation/basiliskII | |
parent | Bug 64823 - perlsuid added back as an l local use flag (Manifest recommit) (diff) | |
download | gentoo-2-bdbfcbf40c3054a5ff494df7e8d61327d489b99f.tar.gz gentoo-2-bdbfcbf40c3054a5ff494df7e8d61327d489b99f.tar.bz2 gentoo-2-bdbfcbf40c3054a5ff494df7e8d61327d489b99f.zip |
forgot -j1 as per prev bug report
Diffstat (limited to 'app-emulation/basiliskII')
-rw-r--r-- | app-emulation/basiliskII/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/basiliskII/basiliskII-1.0.0_pre20020115.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/basiliskII/ChangeLog b/app-emulation/basiliskII/ChangeLog index 7961ac4b9002..3b391fcfa920 100644 --- a/app-emulation/basiliskII/ChangeLog +++ b/app-emulation/basiliskII/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/basiliskII # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/ChangeLog,v 1.13 2004/09/27 10:50:38 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/ChangeLog,v 1.14 2004/09/28 09:20:43 dragonheart Exp $ + + 28 Sep 2004; Daniel Black <dragonheart@gentoo.org> + basiliskII-1.0.0_pre20020115.ebuild: + forgot -j1 as per prev bug report 27 Sep 2004; Daniel Black <dragonheart@gentoo.org> +files/basiliskII-gcc34.patch, diff --git a/app-emulation/basiliskII/basiliskII-1.0.0_pre20020115.ebuild b/app-emulation/basiliskII/basiliskII-1.0.0_pre20020115.ebuild index fa9e9d57485b..ac76d94ce5af 100644 --- a/app-emulation/basiliskII/basiliskII-1.0.0_pre20020115.ebuild +++ b/app-emulation/basiliskII/basiliskII-1.0.0_pre20020115.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/basiliskII-1.0.0_pre20020115.ebuild,v 1.6 2004/09/27 10:50:38 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/basiliskII-1.0.0_pre20020115.ebuild,v 1.7 2004/09/28 09:20:43 dragonheart Exp $ inherit flag-o-matic eutils @@ -62,7 +62,7 @@ src_compile() { sed -e 's:-o $(OBJ_DIR)/gencpu:-lstdc++ -o $(OBJ_DIR)/gencpu:' \ Makefile.old > Makefile - emake || die "BasiliskII Make Failed" + emake -j1 || die "BasiliskII Make Failed" } src_install() { |