summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-17 04:57:21 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-17 04:57:21 +0000
commit26a790699720a612feb1e24bfd10e7328d3b1a80 (patch)
tree24247672c0f5fe072e43bf4497e8621a60566a0c /games-misc/fortune-mod-dune
parentmore KEYWORDS and misc cleanups (diff)
downloadgentoo-2-26a790699720a612feb1e24bfd10e7328d3b1a80.tar.gz
gentoo-2-26a790699720a612feb1e24bfd10e7328d3b1a80.tar.bz2
gentoo-2-26a790699720a612feb1e24bfd10e7328d3b1a80.zip
more KEYWORDS and misc cleanups
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'games-misc/fortune-mod-dune')
-rw-r--r--games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild b/games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild
index bbb497ded351..36297d9983a3 100644
--- a/games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild
+++ b/games-misc/fortune-mod-dune/fortune-mod-dune-2.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-dune/fortune-mod-dune-2.0.1.ebuild,v 1.6 2005/08/27 18:00:45 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild,v 1.7 2006/07/17 04:57:21 vapier Exp $
MY_P=${PN}-quotes.${PV}
DESCRIPTION="Quotes from Frank Herbert's Dune Chronicles"
@@ -9,14 +9,14 @@ SRC_URI="http://dune.s31.pl/${MY_P}.tar.gz"
LICENSE="free-noncomm"
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 *
+ doins * || die
}