diff options
author | 2006-07-17 04:57:04 +0000 | |
---|---|---|
committer | 2006-07-17 04:57:04 +0000 | |
commit | a3b871e067f8580ff2a2f23189224a21fb63cd36 (patch) | |
tree | c2a0ce3810b2174f2951261fdf19f7559f1d96e4 /games-misc/fortune-mod-dubya | |
parent | more KEYWORDS and misc cleanups (diff) | |
download | gentoo-2-a3b871e067f8580ff2a2f23189224a21fb63cd36.tar.gz gentoo-2-a3b871e067f8580ff2a2f23189224a21fb63cd36.tar.bz2 gentoo-2-a3b871e067f8580ff2a2f23189224a21fb63cd36.zip |
more KEYWORDS and misc cleanups
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'games-misc/fortune-mod-dubya')
-rw-r--r-- | games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild b/games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild index a33806930d29..bb52e64d7138 100644 --- a/games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild +++ b/games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.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-dubya/fortune-mod-dubya-20050118.ebuild,v 1.4 2005/08/27 18:00:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-dubya/fortune-mod-dubya-20050118.ebuild,v 1.5 2006/07/17 04:57:04 vapier Exp $ DESCRIPTION="Quotes from George W. Bush" HOMEPAGE="http://dubya.seiler.us/" @@ -8,14 +8,14 @@ SRC_URI="http://seiler.us/wiki/images/8/8c/Dubya-${PV}.tar.gz" LICENSE="as-is" 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/fortune-mod-/}" +S=${WORKDIR}/${PN/fortune-mod-/} src_install() { insinto /usr/share/fortune - doins dubya dubya.dat + doins dubya dubya.dat || die } |