diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-23 00:40:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-23 00:40:00 +0000 |
commit | 19c7e251d2c7565d3f94cd3ee3a17b6d69856784 (patch) | |
tree | 5689d321c8ec41975c2e14b0ffbf7d15ee550473 /games-roguelike/ivan | |
parent | stable on alpha and ia64 (diff) | |
download | historical-19c7e251d2c7565d3f94cd3ee3a17b6d69856784.tar.gz historical-19c7e251d2c7565d3f94cd3ee3a17b6d69856784.tar.bz2 historical-19c7e251d2c7565d3f94cd3ee3a17b6d69856784.zip |
permission fix #37879
Diffstat (limited to 'games-roguelike/ivan')
-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 } |