summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-17 04:58:15 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-17 04:58:15 +0000
commitf7f352df792ffe60126e771d8ef4aff60c17c084 (patch)
treebeac1c84d116618949dd1457141581e0feef3167 /games-misc/fortune-mod-futurama
parentmore KEYWORDS and misc cleanups (diff)
downloadgentoo-2-f7f352df792ffe60126e771d8ef4aff60c17c084.tar.gz
gentoo-2-f7f352df792ffe60126e771d8ef4aff60c17c084.tar.bz2
gentoo-2-f7f352df792ffe60126e771d8ef4aff60c17c084.zip
more KEYWORDS and misc cleanups
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'games-misc/fortune-mod-futurama')
-rw-r--r--games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild b/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild
index ac787fa98646..1338a7ffa69f 100644
--- a/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild
+++ b/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.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-futurama/fortune-mod-futurama-0.2.ebuild,v 1.9 2005/08/27 18:01:53 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-futurama/fortune-mod-futurama-0.2.ebuild,v 1.10 2006/07/17 04:58:15 vapier Exp $
DESCRIPTION="Quotes from the TV-Series -Futurama-"
HOMEPAGE="http://www.netmeister.org/misc.html"
@@ -8,12 +8,12 @@ SRC_URI="http://www.netmeister.org/apps/${P}.tar.gz"
LICENSE="as-is"
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"
src_install() {
insinto /usr/share/fortune
- doins futurama futurama.dat
+ doins futurama futurama.dat || die
}