summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-17 05:03:59 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-17 05:03:59 +0000
commit6f927d00bb7f084ff72e5322aa1bbf1091c05993 (patch)
treec28a54b3d869140afff6812974f395fb8097610f /games-misc/fortune-mod-tao
parentmore KEYWORDS and misc cleanups (diff)
downloadgentoo-2-6f927d00bb7f084ff72e5322aa1bbf1091c05993.tar.gz
gentoo-2-6f927d00bb7f084ff72e5322aa1bbf1091c05993.tar.bz2
gentoo-2-6f927d00bb7f084ff72e5322aa1bbf1091c05993.zip
more KEYWORDS and misc cleanups
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'games-misc/fortune-mod-tao')
-rw-r--r--games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild b/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild
index 5e4356ce8fae..2d855d044966 100644
--- a/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild
+++ b/games-misc/fortune-mod-tao/fortune-mod-tao-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-tao/fortune-mod-tao-1.ebuild,v 1.10 2005/08/27 18:09:33 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild,v 1.11 2006/07/17 05:03:59 vapier Exp $
MY_PN=${PN/mod-/}
DESCRIPTION="set of fortunes based on the Tao-Teh-Ching"
@@ -9,7 +9,7 @@ SRC_URI="http://aboleo.net/software/misc/${MY_PN}.tar.gz"
LICENSE="GPL-1"
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"
@@ -18,5 +18,5 @@ S=${WORKDIR}/${MY_PN}
src_install() {
insinto /usr/share/fortune
- doins tao tao.dat
+ doins tao tao.dat || die
}