summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-17 04:56:47 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-17 04:56:47 +0000
commit7fb81667f321f155469f4c30884f55169b481364 (patch)
tree832738ce5958823d93284a66e33f51d6f5bf8ccd /games-misc/fortune-mod-debilneho
parentmore KEYWORDS and misc cleanups (diff)
downloadgentoo-2-7fb81667f321f155469f4c30884f55169b481364.tar.gz
gentoo-2-7fb81667f321f155469f4c30884f55169b481364.tar.bz2
gentoo-2-7fb81667f321f155469f4c30884f55169b481364.zip
more KEYWORDS and misc cleanups
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'games-misc/fortune-mod-debilneho')
-rw-r--r--games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild b/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild
index fe5453038cf1..9869ae597f80 100644
--- a/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild
+++ b/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-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-debilneho/fortune-mod-debilneho-0.1.ebuild,v 1.6 2005/08/27 17:59:38 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild,v 1.7 2006/07/17 04:56:47 vapier Exp $
MY_PN=${PN/mod-/}
DESCRIPTION="Quotation's by several people (mostly from Slovakia)"
@@ -9,14 +9,14 @@ SRC_URI="http://megac.info/fortune-debilneho.tar.bz2"
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_PN}"
+S=${WORKDIR}/${MY_PN}
src_install() {
insinto /usr/share/fortune
- doins debilneho debilneho.dat
+ doins debilneho debilneho.dat || die
}