summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-05-30 18:37:50 +0000
committerSven Wegener <swegener@gentoo.org>2005-05-30 18:37:50 +0000
commit4c069f6cca3161c10b94ff29d308f442dbb6489d (patch)
tree409c222b4f45471684b1bcd251c3b713a7680967 /games-emulation/mupen64-jttl_sound
parentgcc->toolchain-funcs migration (diff)
downloadhistorical-4c069f6cca3161c10b94ff29d308f442dbb6489d.tar.gz
historical-4c069f6cca3161c10b94ff29d308f442dbb6489d.tar.bz2
historical-4c069f6cca3161c10b94ff29d308f442dbb6489d.zip
Removed unneeded use of gcc.eclass.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-emulation/mupen64-jttl_sound')
-rw-r--r--games-emulation/mupen64-jttl_sound/ChangeLog6
-rw-r--r--games-emulation/mupen64-jttl_sound/mupen64-jttl_sound-1.2.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/games-emulation/mupen64-jttl_sound/ChangeLog b/games-emulation/mupen64-jttl_sound/ChangeLog
index 21ad5a4f726f..bcc6c2c4a607 100644
--- a/games-emulation/mupen64-jttl_sound/ChangeLog
+++ b/games-emulation/mupen64-jttl_sound/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/mupen64-jttl_sound
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-jttl_sound/ChangeLog,v 1.5 2005/04/24 07:53:30 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-jttl_sound/ChangeLog,v 1.6 2005/05/30 18:36:36 swegener Exp $
+
+ 30 May 2005; Sven Wegener <swegener@gentoo.org>
+ mupen64-jttl_sound-1.2.ebuild:
+ Removed unneeded use of gcc.eclass.
24 Apr 2005; Daniel Goller <morfic@gentoo.org>
mupen64-jttl_sound-1.2.ebuild:
diff --git a/games-emulation/mupen64-jttl_sound/mupen64-jttl_sound-1.2.ebuild b/games-emulation/mupen64-jttl_sound/mupen64-jttl_sound-1.2.ebuild
index 776fe626dc9e..29312ae86e08 100644
--- a/games-emulation/mupen64-jttl_sound/mupen64-jttl_sound-1.2.ebuild
+++ b/games-emulation/mupen64-jttl_sound/mupen64-jttl_sound-1.2.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/mupen64-jttl_sound/mupen64-jttl_sound-1.2.ebuild,v 1.4 2005/04/24 07:53:30 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-jttl_sound/mupen64-jttl_sound-1.2.ebuild,v 1.5 2005/05/30 18:36:36 swegener Exp $
-inherit games gcc eutils libtool
+inherit games eutils libtool
IUSE="sdl"
@@ -47,4 +47,3 @@ src_install() {
prepgamesdirs
}
-