diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-17 05:02:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-17 05:02:13 +0000 |
commit | d52efd9f3fd149018c57bafae6d92ba79cdad933 (patch) | |
tree | 8a2adfbc878014b13c7959907e433ca39693c6f5 /games-misc/fortune-mod-simpsons-chalkboard | |
parent | more KEYWORDS and misc cleanups (diff) | |
download | gentoo-2-d52efd9f3fd149018c57bafae6d92ba79cdad933.tar.gz gentoo-2-d52efd9f3fd149018c57bafae6d92ba79cdad933.tar.bz2 gentoo-2-d52efd9f3fd149018c57bafae6d92ba79cdad933.zip |
more KEYWORDS and misc cleanups
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'games-misc/fortune-mod-simpsons-chalkboard')
-rw-r--r-- | games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild b/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild index 01695af542dc..d00f4f0b257f 100644 --- a/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild +++ b/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-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-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild,v 1.9 2005/08/27 18:06:46 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-simpsons-chalkboard/fortune-mod-simpsons-chalkboard-0.1.ebuild,v 1.10 2006/07/17 05:02:13 vapier Exp $ DESCRIPTION="Quotes from Bart Simpson's Chalkboard, shown at the opening of each Simpsons episode" HOMEPAGE="http://www.splitbrain.org/index.php?x=.%2FFortunes%2Fsimpsons" @@ -8,7 +8,7 @@ SRC_URI="http://www.splitbrain.org/Fortunes/simpsons/fortune-simpsons-chalkboard 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" @@ -17,5 +17,5 @@ S=${WORKDIR}/${PN/mod-/} src_install() { insinto /usr/share/fortune - doins chalkboard chalkboard.dat + doins chalkboard chalkboard.dat || die } |