diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-26 13:56:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-26 13:56:35 +0000 |
commit | 2ec95d26e515f04d66c08ce407299bfb8e7b2a86 (patch) | |
tree | 96672144f4c03834e3fc973e2205670170c8af0d /games-arcade/excido | |
parent | use $(tc-getCC) (Manifest recommit) (diff) | |
download | gentoo-2-2ec95d26e515f04d66c08ce407299bfb8e7b2a86.tar.gz gentoo-2-2ec95d26e515f04d66c08ce407299bfb8e7b2a86.tar.bz2 gentoo-2-2ec95d26e515f04d66c08ce407299bfb8e7b2a86.zip |
use $(tc-getCC)
Diffstat (limited to 'games-arcade/excido')
-rw-r--r-- | games-arcade/excido/excido-0.1.5c.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-arcade/excido/excido-0.1.5c.ebuild b/games-arcade/excido/excido-0.1.5c.ebuild index cf9d091df8c2..1c432e679f95 100644 --- a/games-arcade/excido/excido-0.1.5c.ebuild +++ b/games-arcade/excido/excido-0.1.5c.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/excido/excido-0.1.5c.ebuild,v 1.2 2004/08/28 23:02:13 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/excido/excido-0.1.5c.ebuild,v 1.3 2004/10/26 13:56:35 vapier Exp $ -inherit gcc games +inherit games toolchain-funcs DESCRIPTION="A fast paced action game" HOMEPAGE="http://icculus.org/excido/" @@ -10,7 +10,7 @@ SRC_URI="http://icculus.org/excido/${P}-src.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="dev-games/physfs @@ -22,7 +22,7 @@ DEPEND="dev-games/physfs src_compile() { emake \ - CC="$(gcc-getCXX)" \ + CC="$(tc-getCXX)" \ PREFIX="/usr" \ BINDIR="${GAMES_BINDIR}/" \ DATADIR="${GAMES_DATADIR}/${PN}/" \ |