summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-05-17 18:50:01 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-05-17 18:50:01 +0000
commite9e1e10dbcd13a6abf1e5071227670ac17981a36 (patch)
treee9c021c2ba716edd3d93055ff1653e371b0468fb /games-rpg/egoboo/egoboo-2.22.ebuild
parentfix bug #92894 and typo with my_conf usage. (diff)
downloadgentoo-2-e9e1e10dbcd13a6abf1e5071227670ac17981a36.tar.gz
gentoo-2-e9e1e10dbcd13a6abf1e5071227670ac17981a36.tar.bz2
gentoo-2-e9e1e10dbcd13a6abf1e5071227670ac17981a36.zip
Cleanup for bug #92745.
Diffstat (limited to 'games-rpg/egoboo/egoboo-2.22.ebuild')
-rw-r--r--games-rpg/egoboo/egoboo-2.22.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-rpg/egoboo/egoboo-2.22.ebuild b/games-rpg/egoboo/egoboo-2.22.ebuild
index 59651a40dd0d..0bb13136b297 100644
--- a/games-rpg/egoboo/egoboo-2.22.ebuild
+++ b/games-rpg/egoboo/egoboo-2.22.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-rpg/egoboo/egoboo-2.22.ebuild,v 1.12 2004/09/25 07:41:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/egoboo/egoboo-2.22.ebuild,v 1.13 2005/05/17 18:47:39 wolf31o2 Exp $
-inherit eutils flag-o-matic games gcc
+inherit eutils flag-o-matic toolchain-funcs games
DESCRIPTION="A 3d dungeon crawling adventure in the spirit of NetHack"
HOMEPAGE="http://egoboo.sourceforge.net/"
@@ -30,7 +30,7 @@ src_unpack() {
cd ${S}
sed -i \
- -e "/^CC=/ s:=.*:=$(gcc-getCC):" \
+ -e "/^CC=/ s:=.*:=$(tc-getCC):" \
-e "s:-ffast-math -funroll-loops -O3 -g:${CFLAGS}:" code/Makefile \
|| die "sed code/Makefile failed"
sed \