summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-16 16:16:04 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-16 16:16:04 +0000
commit62b65d4e11decf0495e48134903850ec7704dfa8 (patch)
treeb275795b9e85a47224037273ba222aab4cbd638c /games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild
parentBump. (Manifest recommit) (diff)
downloadgentoo-2-62b65d4e11decf0495e48134903850ec7704dfa8.tar.gz
gentoo-2-62b65d4e11decf0495e48134903850ec7704dfa8.tar.bz2
gentoo-2-62b65d4e11decf0495e48134903850ec7704dfa8.zip
ppc support
Diffstat (limited to 'games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild')
-rw-r--r--games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild6
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
}