summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-17 04:59:29 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-17 04:59:29 +0000
commit1026766210a26f22b65193d052cc21a72e5cc02c (patch)
tree0fc0e0ba4f05fe15ec259ba0cf7c4aa55b2ca026 /games-misc/fortune-mod-hitchhiker
parentmore KEYWORDS and misc cleanups (diff)
downloadgentoo-2-1026766210a26f22b65193d052cc21a72e5cc02c.tar.gz
gentoo-2-1026766210a26f22b65193d052cc21a72e5cc02c.tar.bz2
gentoo-2-1026766210a26f22b65193d052cc21a72e5cc02c.zip
more KEYWORDS and misc cleanups
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'games-misc/fortune-mod-hitchhiker')
-rw-r--r--games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild b/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild
index 8fc18914c557..9272cf77d272 100644
--- a/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild
+++ b/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild,v 1.9 2005/08/27 18:03:09 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-hitchhiker/fortune-mod-hitchhiker-0.1.ebuild,v 1.10 2006/07/17 04:59:29 vapier Exp $
MY_P=${PN/-mod/}
DESCRIPTION="Quotes from Hitchhikers Guide to the Galaxy"
@@ -9,14 +9,14 @@ SRC_URI="http://www.splitbrain.org/Fortunes/hitchhiker/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
RDEPEND="games-misc/fortune-mod"
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
src_install() {
insinto /usr/share/fortune
- doins hitchhiker hitchhiker.dat
+ doins hitchhiker hitchhiker.dat || die
}