diff options
author | 2006-07-17 04:59:48 +0000 | |
---|---|---|
committer | 2006-07-17 04:59:48 +0000 | |
commit | 9d7219ecf2df0bfed04cf56f6a63c908aa0acf9b (patch) | |
tree | 751fcde51664f5298f60b09bef87d38eb71d4545 /games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild | |
parent | more KEYWORDS and misc cleanups (diff) | |
download | gentoo-2-9d7219ecf2df0bfed04cf56f6a63c908aa0acf9b.tar.gz gentoo-2-9d7219ecf2df0bfed04cf56f6a63c908aa0acf9b.tar.bz2 gentoo-2-9d7219ecf2df0bfed04cf56f6a63c908aa0acf9b.zip |
more KEYWORDS and misc cleanups
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild')
-rw-r--r-- | games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild b/games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild index 7a32542bd781..419ff2e8cd0c 100644 --- a/games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild +++ b/games-misc/fortune-mod-homer/fortune-mod-homer-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-homer/fortune-mod-homer-0.1.ebuild,v 1.9 2005/08/27 18:03:43 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild,v 1.10 2006/07/17 04:59:48 vapier Exp $ DESCRIPTION="Quotes from Homer Simpson" HOMEPAGE="http://www.cs.indiana.edu/~crcarter/homer/homer.html" @@ -8,14 +8,14 @@ SRC_URI="http://www.cs.indiana.edu/~crcarter/homer/homer-quotes.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 homer homer.dat + doins homer homer.dat || die } |