summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-17 05:03:24 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-17 05:03:24 +0000
commitcc0a22dae6767310397d43fbc7fadd6d707c384f (patch)
tree7f29174908a8f83a6fa91ee79eceef32f7c24d22 /games-misc
parentmore KEYWORDS and misc cleanups (diff)
downloadgentoo-2-cc0a22dae6767310397d43fbc7fadd6d707c384f.tar.gz
gentoo-2-cc0a22dae6767310397d43fbc7fadd6d707c384f.tar.bz2
gentoo-2-cc0a22dae6767310397d43fbc7fadd6d707c384f.zip
more KEYWORDS and misc cleanups
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild b/games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild
index be548ef147dc..b0ac4bd8a5ce 100644
--- a/games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild
+++ b/games-misc/fortune-mod-starwars/fortune-mod-starwars-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-starwars/fortune-mod-starwars-0.1.ebuild,v 1.9 2005/08/27 18:08:26 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-starwars/fortune-mod-starwars-0.1.ebuild,v 1.10 2006/07/17 05:03:24 vapier Exp $
DESCRIPTION="Quotes from StarWars, The Empire Strikes Back, and Return of the Jedi"
HOMEPAGE="http://www.splitbrain.org/index.php?x=.%2FFortunes%2Fstarwars"
@@ -8,7 +8,7 @@ SRC_URI="http://www.splitbrain.org/Fortunes/starwars/fortune-starwars.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"
@@ -17,5 +17,5 @@ S=${WORKDIR}/${PN/mod-/}
src_install() {
insinto /usr/share/fortune
- doins starwars starwars.dat
+ doins starwars starwars.dat || die
}