diff options
author | 2004-02-23 00:40:00 +0000 | |
---|---|---|
committer | 2004-02-23 00:40:00 +0000 | |
commit | 960b9f83037e105cb54a97279399e9c2c65ab897 (patch) | |
tree | 8e926f5f99fef61d50077cf9a8a5dbb9e870a7df /games-roguelike | |
parent | Remove arm keywords (Manifest recommit) (diff) | |
download | gentoo-2-960b9f83037e105cb54a97279399e9c2c65ab897.tar.gz gentoo-2-960b9f83037e105cb54a97279399e9c2c65ab897.tar.bz2 gentoo-2-960b9f83037e105cb54a97279399e9c2c65ab897.zip |
permission fix #37879
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/ivan/ivan-0.430.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-roguelike/ivan/ivan-0.430.ebuild b/games-roguelike/ivan/ivan-0.430.ebuild index 4fd5bcb4182d..55114b81fae5 100644 --- a/games-roguelike/ivan/ivan-0.430.ebuild +++ b/games-roguelike/ivan/ivan-0.430.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-roguelike/ivan/ivan-0.430.ebuild,v 1.2 2004/02/20 06:55:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/ivan/ivan-0.430.ebuild,v 1.3 2004/02/23 00:40:00 vapier Exp $ inherit games @@ -9,9 +9,8 @@ HOMEPAGE="http://ivan.sourceforge.net/" SRC_URI="mirror://sourceforge/ivan/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86" SLOT="0" -IUSE="" +KEYWORDS="x86" DEPEND=">=media-libs/libsdl-1.2.0" @@ -19,4 +18,5 @@ src_install() { egamesinstall || die dodoc AUTHORS ChangeLog LICENSING NEWS README prepgamesdirs + fperms g+w ${GAMES_STATEDIR}/ivan/Bones } |