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 | f29410b8b0f33ceaaa81cd9f557c569116134bfa (patch) | |
tree | e37c26d53f5a70145e28a844bc1cd2b92c998a34 /games-sports | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-f29410b8b0f33ceaaa81cd9f557c569116134bfa.tar.gz gentoo-2-f29410b8b0f33ceaaa81cd9f557c569116134bfa.tar.bz2 gentoo-2-f29410b8b0f33ceaaa81cd9f557c569116134bfa.zip |
MAKEOPTS="-j1" to fix bug #43071
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/torcs/ChangeLog | 5 | ||||
-rw-r--r-- | games-sports/torcs/torcs-1.2.2.ebuild | 3 |
2 files changed, 6 insertions, 2 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/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} |