summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-05-17 17:35:52 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-05-17 17:35:52 +0000
commitb49f705b2f3552514a8c59013e8673878e18826f (patch)
treef1ec2854f2ea731612162e244f3b629e2c3147bc /games-action/poopmup
parentStable on sparc (diff)
downloadhistorical-b49f705b2f3552514a8c59013e8673878e18826f.tar.gz
historical-b49f705b2f3552514a8c59013e8673878e18826f.tar.bz2
historical-b49f705b2f3552514a8c59013e8673878e18826f.zip
Cleanup for bug #92745.
Diffstat (limited to 'games-action/poopmup')
-rw-r--r--games-action/poopmup/ChangeLog7
-rw-r--r--games-action/poopmup/poopmup-1.2.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/games-action/poopmup/ChangeLog b/games-action/poopmup/ChangeLog
index fbad9eebcdaf..24836a89639a 100644
--- a/games-action/poopmup/ChangeLog
+++ b/games-action/poopmup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/poopmup
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.6 2004/06/24 21:58:28 agriffis Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.7 2005/05/17 17:35:52 wolf31o2 Exp $
+
+ 17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> poopmup-1.2.ebuild:
+ Cleanup for bug #92745.
02 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> poopmup-1.2.ebuild:
clean in unpack; tidy
diff --git a/games-action/poopmup/poopmup-1.2.ebuild b/games-action/poopmup/poopmup-1.2.ebuild
index 36d6c374f0f0..3d155cea3f36 100644
--- a/games-action/poopmup/poopmup-1.2.ebuild
+++ b/games-action/poopmup/poopmup-1.2.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-action/poopmup/poopmup-1.2.ebuild,v 1.9 2004/06/24 21:58:28 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild,v 1.10 2005/05/17 17:35:52 wolf31o2 Exp $
-inherit games gcc
+inherit toolchain-funcs games
DESCRIPTION="You are now free to fly around the city and poop on passers-by"
HOMEPAGE="http://poopmup.sourceforge.net/"
@@ -32,7 +32,7 @@ src_unpack() {
}
src_compile() {
- emake CC="$(gcc-getCXX) ${CFLAGS}" || die
+ emake CC="$(tc-getCXX) ${CFLAGS}" || die
}
src_install() {