diff options
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/yabause/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/yabause/yabause-0.7.0.ebuild | 11 |
2 files changed, 14 insertions, 2 deletions
diff --git a/games-emulation/yabause/ChangeLog b/games-emulation/yabause/ChangeLog index 94e5ab62c5b4..9260224dfb88 100644 --- a/games-emulation/yabause/ChangeLog +++ b/games-emulation/yabause/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/yabause # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.10 2006/08/22 07:46:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/ChangeLog,v 1.11 2006/08/23 07:06:22 mr_bones_ Exp $ + + 23 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> yabause-0.7.0.ebuild: + fix typo for ppc (bug #144747) *yabause-0.7.0 (22 Aug 2006) diff --git a/games-emulation/yabause/yabause-0.7.0.ebuild b/games-emulation/yabause/yabause-0.7.0.ebuild index aa5a2785c1e4..a9a3f26a0c8f 100644 --- a/games-emulation/yabause/yabause-0.7.0.ebuild +++ b/games-emulation/yabause/yabause-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.7.0.ebuild,v 1.1 2006/08/22 07:46:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/yabause/yabause-0.7.0.ebuild,v 1.2 2006/08/23 07:06:22 mr_bones_ Exp $ inherit games @@ -25,6 +25,15 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${PN} +src_unpack() { + unpack ${A} + cd "${S}" + sed -i \ + -e "s/COLSATSTRIPRIORITY/COLSATSTRIPPRIORITY/" \ + src/vidsoft.c \ + || die "sed failed" +} + src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog TODO README |