diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-05-17 18:55:42 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-05-17 18:55:42 +0000 |
commit | 21d673cea6cec6218cb499cc64f123dcb70407a3 (patch) | |
tree | 7b5b5c20ef49bf4bbc3d14f4a8cf7cdeba9f4d48 /games-sports/race | |
parent | Cleanup for bug #92745. (diff) | |
download | gentoo-2-21d673cea6cec6218cb499cc64f123dcb70407a3.tar.gz gentoo-2-21d673cea6cec6218cb499cc64f123dcb70407a3.tar.bz2 gentoo-2-21d673cea6cec6218cb499cc64f123dcb70407a3.zip |
Cleanup for bug #92745.
Diffstat (limited to 'games-sports/race')
-rw-r--r-- | games-sports/race/ChangeLog | 7 | ||||
-rw-r--r-- | games-sports/race/race-0.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-sports/race/ChangeLog b/games-sports/race/ChangeLog index 7f56463ca2fb..f51ff8c06adf 100644 --- a/games-sports/race/ChangeLog +++ b/games-sports/race/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/race -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/race/ChangeLog,v 1.5 2004/06/24 23:24:50 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/race/ChangeLog,v 1.6 2005/05/17 18:55:42 wolf31o2 Exp $ + + 17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> race-0.5.ebuild: + Cleanup for bug #92745. 04 Feb 2004; David Holm <dholm@gentoo.org> race-0.5.ebuild: Added to ~ppc. diff --git a/games-sports/race/race-0.5.ebuild b/games-sports/race/race-0.5.ebuild index e9041583bcfb..f1be775e0515 100644 --- a/games-sports/race/race-0.5.ebuild +++ b/games-sports/race/race-0.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/race/race-0.5.ebuild,v 1.9 2005/03/14 23:09:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/race/race-0.5.ebuild,v 1.10 2005/05/17 18:55:42 wolf31o2 Exp $ -inherit games gcc eutils +inherit eutils toolchain-funcs games DESCRIPTION="OpenGL Racing Game" HOMEPAGE="http://projectz.org/?id=70" @@ -31,7 +31,7 @@ src_unpack() { } src_compile() { - emake CC="$(gcc-getCC) ${CFLAGS}" || die "emake failed" + emake CC="$(tc-getCC) ${CFLAGS}" || die "emake failed" } src_install() { |