diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-23 07:06:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-23 07:06:22 +0000 |
commit | 89086f14da5b7150ca973790c2fd9943cc84d4c9 (patch) | |
tree | 800d6f7b4e417a38786ee925514a9db431b5342b /games-emulation | |
parent | only warn about crypt when USE=crypt #144818 by throw_away_2002 (diff) | |
download | gentoo-2-89086f14da5b7150ca973790c2fd9943cc84d4c9.tar.gz gentoo-2-89086f14da5b7150ca973790c2fd9943cc84d4c9.tar.bz2 gentoo-2-89086f14da5b7150ca973790c2fd9943cc84d4c9.zip |
fix typo for ppc (bug #144747)
(Portage version: 2.1.1_pre5-r3)
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 |