diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-16 16:16:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-16 16:16:04 +0000 |
commit | 4fee4103fc3e288acb1f0fdb5a8b7df1cb32710b (patch) | |
tree | 183998a6c07ca9de33297aa526be58b1dcc09b6b /games-arcade/sdl-sopwith | |
parent | Bump. (diff) | |
download | historical-4fee4103fc3e288acb1f0fdb5a8b7df1cb32710b.tar.gz historical-4fee4103fc3e288acb1f0fdb5a8b7df1cb32710b.tar.bz2 historical-4fee4103fc3e288acb1f0fdb5a8b7df1cb32710b.zip |
ppc support
Diffstat (limited to 'games-arcade/sdl-sopwith')
-rw-r--r-- | games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild index 033ecfcfea01..1796cc372a27 100644 --- a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild +++ b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild,v 1.2 2004/02/20 06:20:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild,v 1.3 2004/03/16 16:16:04 vapier Exp $ inherit games @@ -10,9 +10,9 @@ DESCRIPTION="Port of the classic Sopwith game using LibSDL" HOMEPAGE="http://sdl-sopwith.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86 ppc" IUSE="" DEPEND=">=media-libs/libsdl-1.1.3 @@ -26,7 +26,7 @@ DEPEND=">=media-libs/libsdl-1.1.3 src_install() { make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog FAQ NEWS README TODO doc/*txt || die "dodoc failed" + dodoc AUTHORS ChangeLog FAQ NEWS README TODO doc/*txt rm -rf "${D}/usr/games/share/" prepgamesdirs } |