diff options
author | David Holm <dholm@gentoo.org> | 2005-05-16 17:31:34 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-05-16 17:31:34 +0000 |
commit | 3fcec02a2b5fdb191368bda007b298c3544681f0 (patch) | |
tree | a0809d3a2104f583cf945af5b7fc3a366a7e0617 /games-emulation/fbzx | |
parent | Added cross-compile support. (diff) | |
download | gentoo-2-3fcec02a2b5fdb191368bda007b298c3544681f0.tar.gz gentoo-2-3fcec02a2b5fdb191368bda007b298c3544681f0.tar.bz2 gentoo-2-3fcec02a2b5fdb191368bda007b298c3544681f0.zip |
Stopped inheriting gcc (Bug #92745)
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'games-emulation/fbzx')
-rw-r--r-- | games-emulation/fbzx/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/fbzx/fbzx-1.4.ebuild | 8 | ||||
-rw-r--r-- | games-emulation/fbzx/fbzx-1.5.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/games-emulation/fbzx/ChangeLog b/games-emulation/fbzx/ChangeLog index b4b972ed7ad6..a5e6f17b2459 100644 --- a/games-emulation/fbzx/ChangeLog +++ b/games-emulation/fbzx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/fbzx # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.5 2005/04/29 16:09:36 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/ChangeLog,v 1.6 2005/05/16 17:31:34 dholm Exp $ + + 16 May 2005; David Holm <dholm@gentoo.org> fbzx-1.4.ebuild, + fbzx-1.5.ebuild: + Stopped inheriting gcc (Bug #92745) *fbzx-1.5 (29 Apr 2005) diff --git a/games-emulation/fbzx/fbzx-1.4.ebuild b/games-emulation/fbzx/fbzx-1.4.ebuild index c1162dbef920..fcd8c8a13bd9 100644 --- a/games-emulation/fbzx/fbzx-1.4.ebuild +++ b/games-emulation/fbzx/fbzx-1.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/fbzx-1.4.ebuild,v 1.5 2004/08/27 02:58:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/fbzx-1.4.ebuild,v 1.6 2005/05/16 17:31:34 dholm Exp $ -inherit games eutils gcc +inherit games eutils toolchain-funcs DESCRIPTION="A Sinclair Spectrum emulator, designed to work at full screen using the FrameBuffer" HOMEPAGE="http://www.rastersoft.com/fbzx.html" @@ -26,7 +26,7 @@ src_unpack() { -e "s|/usr/share/spectrum|${GAMES_DATADIR}/${PN}|g" \ emulator.c || die "sed failed" sed -i \ - -e "s:gcc:$(gcc-getCC):" \ + -e "s:gcc:$(tc-getCC):" \ -e "s:-O2:${CFLAGS}:" \ Makefile epatch ${FILESDIR}/${PV}-endian.patch diff --git a/games-emulation/fbzx/fbzx-1.5.ebuild b/games-emulation/fbzx/fbzx-1.5.ebuild index b6551a6f12bd..bb898acdb18c 100644 --- a/games-emulation/fbzx/fbzx-1.5.ebuild +++ b/games-emulation/fbzx/fbzx-1.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-emulation/fbzx/fbzx-1.5.ebuild,v 1.1 2005/04/29 16:09:36 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fbzx/fbzx-1.5.ebuild,v 1.2 2005/05/16 17:31:34 dholm Exp $ -inherit games eutils gcc +inherit games eutils toolchain-funcs DESCRIPTION="A Sinclair Spectrum emulator, designed to work at full screen using the FrameBuffer" HOMEPAGE="http://www.rastersoft.com/fbzx.html" @@ -26,7 +26,7 @@ src_unpack() { -e "s|/usr/share/spectrum|${GAMES_DATADIR}/${PN}|g" \ emulator.c || die "sed failed" sed -i \ - -e "s:gcc:$(gcc-getCC):" \ + -e "s:gcc:$(tc-getCC):" \ -e "s:-O2:${CFLAGS}:" \ Makefile } |