diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-08 22:52:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-08 22:52:51 +0000 |
commit | 766571f94f84c5c2b689345d6229f607d9608149 (patch) | |
tree | 00e72466af3f8f2690138c9a5ccd3dfeb29615b4 /games-sports/torcs | |
parent | Remove old, bump to 8.2.0 (diff) | |
download | gentoo-2-766571f94f84c5c2b689345d6229f607d9608149.tar.gz gentoo-2-766571f94f84c5c2b689345d6229f607d9608149.tar.bz2 gentoo-2-766571f94f84c5c2b689345d6229f607d9608149.zip |
parallel make doesn't work with install either (bug #251797)
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-sports/torcs')
-rw-r--r-- | games-sports/torcs/ChangeLog | 7 | ||||
-rw-r--r-- | games-sports/torcs/torcs-1.3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-sports/torcs/ChangeLog b/games-sports/torcs/ChangeLog index 4861544ed6e5..e83769e23541 100644 --- a/games-sports/torcs/ChangeLog +++ b/games-sports/torcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/torcs -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.26 2008/12/20 04:43:51 mr_bones_ Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/ChangeLog,v 1.27 2009/01/08 22:52:51 mr_bones_ Exp $ + + 08 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> torcs-1.3.1.ebuild: + parallel make doesn't work with install either (bug #251797) *torcs-1.3.1 (20 Dec 2008) diff --git a/games-sports/torcs/torcs-1.3.1.ebuild b/games-sports/torcs/torcs-1.3.1.ebuild index bbdad64041e5..046aa809bbbd 100644 --- a/games-sports/torcs/torcs-1.3.1.ebuild +++ b/games-sports/torcs/torcs-1.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.1 2008/12/20 04:43:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.1.ebuild,v 1.2 2009/01/08 22:52:51 mr_bones_ Exp $ inherit autotools eutils multilib games @@ -45,7 +45,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install datainstall || die "emake install failed" + emake -j1 DESTDIR="${D}" install datainstall || die "emake install failed" newicon Ticon.png ${PN}.png make_desktop_entry ${PN} TORCS dodoc README doc/history/history.txt |