diff options
Diffstat (limited to 'games-roguelike/ivan/ivan-0.50.ebuild')
-rw-r--r-- | games-roguelike/ivan/ivan-0.50.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-roguelike/ivan/ivan-0.50.ebuild b/games-roguelike/ivan/ivan-0.50.ebuild index 65cd0a8cbab5..1b71a0c1e870 100644 --- a/games-roguelike/ivan/ivan-0.50.ebuild +++ b/games-roguelike/ivan/ivan-0.50.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ivan-0.50.ebuild,v 1.1 2004/12/11 06:51:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ivan-0.50.ebuild,v 1.2 2005/11/27 02:01:11 mr_bones_ Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ivan/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~ppc x86" IUSE="" DEPEND=">=media-libs/libsdl-1.2.0" @@ -18,6 +18,7 @@ DEPEND=">=media-libs/libsdl-1.2.0" src_install() { egamesinstall || die dodoc AUTHORS ChangeLog LICENSING NEWS README + keepdir "${GAMES_STATEDIR}/ivan/Bones" prepgamesdirs fperms g+w "${GAMES_STATEDIR}/ivan/Bones" } |