diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-27 10:59:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-27 10:59:43 +0000 |
commit | 4025f6d1989db50fd75a647414df27f40de4da64 (patch) | |
tree | 2e3593b87996fd74b9245c94b36a6f7d69c7c20e /games-sports/torcs | |
parent | Version bump (diff) | |
download | historical-4025f6d1989db50fd75a647414df27f40de4da64.tar.gz historical-4025f6d1989db50fd75a647414df27f40de4da64.tar.bz2 historical-4025f6d1989db50fd75a647414df27f40de4da64.zip |
MAKEOPTS="-j1" to fix bug #43071
Diffstat (limited to 'games-sports/torcs')
-rw-r--r-- | games-sports/torcs/ChangeLog | 5 | ||||
-rw-r--r-- | games-sports/torcs/Manifest | 4 | ||||
-rw-r--r-- | games-sports/torcs/torcs-1.2.2.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/games-sports/torcs/ChangeLog b/games-sports/torcs/ChangeLog index 5e3eed724dba..360638b4951c 100644 --- a/games-sports/torcs/ChangeLog +++ b/games-sports/torcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/torcs # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.3 2004/02/26 10:36:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.4 2004/02/27 10:59:43 mr_bones_ Exp $ + + 27 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.2.2.ebuild: + MAKEOPTS="-j1" to fix bug #43071 *torcs-1.2.2 (26 Feb 2004) diff --git a/games-sports/torcs/Manifest b/games-sports/torcs/Manifest index ebdfc2a15ce1..e52c066481ac 100644 --- a/games-sports/torcs/Manifest +++ b/games-sports/torcs/Manifest @@ -1,6 +1,6 @@ -MD5 9fb7fe9743c1d580a872c8a63e782a20 ChangeLog 1382 +MD5 101ccb88b5f04bd6dd72c5e144c0a383 ChangeLog 1493 MD5 a096142ae84e9ecc1199e74cbfdfdaa1 torcs-1.2.1.ebuild 1282 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 -MD5 d42ec73f8be86e9555fe9602e9a110b9 torcs-1.2.2.ebuild 2098 +MD5 1ba2d7c3e602c596bb602bd7b3c8660c torcs-1.2.2.ebuild 2113 MD5 f1cf989071a4da657bd3a2a1412e8bc7 files/digest-torcs-1.2.1 448 MD5 ed4ac123405f9d16d8e88fe36d37bcd6 files/digest-torcs-1.2.2 1394 diff --git a/games-sports/torcs/torcs-1.2.2.ebuild b/games-sports/torcs/torcs-1.2.2.ebuild index 28d5f0bc0f60..0d95de94fa9a 100644 --- a/games-sports/torcs/torcs-1.2.2.ebuild +++ b/games-sports/torcs/torcs-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.2.2.ebuild,v 1.1 2004/02/26 10:36:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.2.2.ebuild,v 1.2 2004/02/27 10:59:43 mr_bones_ Exp $ inherit games @@ -39,6 +39,7 @@ DEPEND="${RDEPEND} >=sys-apps/sed-4" HOME="${T}" +MAKEOPTS="-j1" src_unpack() { unpack ${A} |