summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-17 04:55:38 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-17 04:55:38 +0000
commitd297a21a3d2654fc7d3cafa9c7ffb604e0d2788a (patch)
treef414bec58b0b044e91f681068d9d85bbd73b0060 /games-misc/fortune-mod-bofh-excuses
parentmore KEYWORDS and misc cleanups (diff)
downloadgentoo-2-d297a21a3d2654fc7d3cafa9c7ffb604e0d2788a.tar.gz
gentoo-2-d297a21a3d2654fc7d3cafa9c7ffb604e0d2788a.tar.bz2
gentoo-2-d297a21a3d2654fc7d3cafa9c7ffb604e0d2788a.zip
more KEYWORDS and misc cleanups
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'games-misc/fortune-mod-bofh-excuses')
-rw-r--r--games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild
index eab85e054cfd..6942fba59282 100644
--- a/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild
+++ b/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.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-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild,v 1.9 2005/08/27 17:57:57 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-bofh-excuses/fortune-mod-bofh-excuses-1.2.ebuild,v 1.10 2006/07/17 04:55:38 vapier Exp $
DESCRIPTION="Excuses from Bastard Operator from Hell"
HOMEPAGE="http://www.stlim.net/staticpages/index.php?page=20020814005536450"
@@ -8,14 +8,14 @@ SRC_URI="http://www.stlim.net/downloads/fortune-bofh-excuses-${PV}.tar.gz"
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}/${PN/mod-/}"
+S=${WORKDIR}/${PN/mod-/}
src_install() {
insinto /usr/share/fortune
- doins bofh-excuses.dat bofh-excuses
+ doins bofh-excuses.dat bofh-excuses || die
}