summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-12-21 20:30:21 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-12-21 20:30:21 +0000
commit0377dbf2dbea32cae09c13dfb41caa2ab9848efa (patch)
tree3239f22e0736dc317118032d3f9aa98b4a2d8721 /games-sports/ski
parentold (diff)
downloadgentoo-2-0377dbf2dbea32cae09c13dfb41caa2ab9848efa.tar.gz
gentoo-2-0377dbf2dbea32cae09c13dfb41caa2ab9848efa.tar.bz2
gentoo-2-0377dbf2dbea32cae09c13dfb41caa2ab9848efa.zip
tidy
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-sports/ski')
-rw-r--r--games-sports/ski/ski-6.5.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-sports/ski/ski-6.5.ebuild b/games-sports/ski/ski-6.5.ebuild
index 28520f297129..5d926a3dc667 100644
--- a/games-sports/ski/ski-6.5.ebuild
+++ b/games-sports/ski/ski-6.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/ski/ski-6.5.ebuild,v 1.4 2004/11/05 05:41:20 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/ski/ski-6.5.ebuild,v 1.5 2005/12/21 20:30:21 mr_bones_ Exp $
inherit games
@@ -8,16 +8,16 @@ DESCRIPTION="A simple text-mode skiing game"
HOMEPAGE="http://www.catb.org/~esr/ski/"
SRC_URI="http://www.catb.org/~esr/ski/${P}.tar.gz"
-KEYWORDS="x86 ~amd64 ~ppc"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
DEPEND="dev-lang/python"
src_install() {
dogamesbin ski || die "dogamesbin failed"
- doman ski.6 || die "doman failed"
- dodoc README || die "dodoc failed"
+ doman ski.6 || die "doman failed"
+ dodoc README
prepgamesdirs
}