summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-03 00:10:07 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-03 00:10:07 +0000
commit95b57144c730b9611d76544153259c81e39e888c (patch)
treeff2cb6099878a05a0bfa0d1df50bb62cb299552a /app-emulation
parentchanged emake to make #27797 (diff)
downloadgentoo-2-95b57144c730b9611d76544153259c81e39e888c.tar.gz
gentoo-2-95b57144c730b9611d76544153259c81e39e888c.tar.bz2
gentoo-2-95b57144c730b9611d76544153259c81e39e888c.zip
use emake -j1 so I know the makefiles are buggy.
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/uae/ChangeLog5
-rw-r--r--app-emulation/uae/Manifest4
-rw-r--r--app-emulation/uae/uae-0.8.22.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/uae/ChangeLog b/app-emulation/uae/ChangeLog
index 0b2ba8dd3c11..47d9fc0d2cef 100644
--- a/app-emulation/uae/ChangeLog
+++ b/app-emulation/uae/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/uae
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v 1.8 2003/09/03 00:03:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v 1.9 2003/09/03 00:10:05 msterret Exp $
+
+ 02 Sep 2003; Michael Sterrett <msterret@gentoo.org> uae-0.8.22.ebuild:
+ use emake -j1 so I know the makefiles are buggy.
*uae-0.8.22 (9 Oct 2002)
diff --git a/app-emulation/uae/Manifest b/app-emulation/uae/Manifest
index 9fc66fadc898..dd3db68c23a7 100644
--- a/app-emulation/uae/Manifest
+++ b/app-emulation/uae/Manifest
@@ -1,4 +1,4 @@
-MD5 94cbac8b4aa8b1adb59a844d6bc06b54 ChangeLog 1234
-MD5 228089445d328b29d9755989a74f0188 uae-0.8.22.ebuild 1205
+MD5 0904fa2111226d1b57b4e1f5956a2eb6 ChangeLog 1444
+MD5 e89dfe96175c9c71cd24f7e6f80187a7 uae-0.8.22.ebuild 1244
MD5 b2fac0f21ee34abaa6279cf7ad023119 files/digest-uae-0.8.22 62
MD5 4d3af2d2cc2945b006249066cb8c7adb files/uae-patch.diff 364
diff --git a/app-emulation/uae/uae-0.8.22.ebuild b/app-emulation/uae/uae-0.8.22.ebuild
index 042b03fb1299..705554e0c524 100644
--- a/app-emulation/uae/uae-0.8.22.ebuild
+++ b/app-emulation/uae/uae-0.8.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.22.ebuild,v 1.10 2003/09/03 00:03:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.22.ebuild,v 1.11 2003/09/03 00:10:05 msterret Exp $
DESCRIPTION="An amiga emulator"
HOMEPAGE="http://www.freiburg.linux.de/~uae/"
@@ -39,7 +39,7 @@ src_compile() {
--enable-scsi-device \
${myconf} || die "./configure failed"
- make || die "emake failed"
+ emake -j1 || die "emake failed"
}
src_install() {