diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-17 04:55:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-17 04:55:55 +0000 |
commit | 5e9c507c78d7c73632b9d7487e20d5cef5e0f852 (patch) | |
tree | cd0dc755fcad9c7fc834764b452c83e4cf92dfd3 /games-misc/fortune-mod-calvin | |
parent | more KEYWORDS and misc cleanups (diff) | |
download | gentoo-2-5e9c507c78d7c73632b9d7487e20d5cef5e0f852.tar.gz gentoo-2-5e9c507c78d7c73632b9d7487e20d5cef5e0f852.tar.bz2 gentoo-2-5e9c507c78d7c73632b9d7487e20d5cef5e0f852.zip |
more KEYWORDS and misc cleanups
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'games-misc/fortune-mod-calvin')
-rw-r--r-- | games-misc/fortune-mod-calvin/fortune-mod-calvin-0.1.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-misc/fortune-mod-calvin/fortune-mod-calvin-0.1.1.ebuild b/games-misc/fortune-mod-calvin/fortune-mod-calvin-0.1.1.ebuild index 54e6b161d6bc..51799c1b35b2 100644 --- a/games-misc/fortune-mod-calvin/fortune-mod-calvin-0.1.1.ebuild +++ b/games-misc/fortune-mod-calvin/fortune-mod-calvin-0.1.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-calvin/fortune-mod-calvin-0.1.1.ebuild,v 1.9 2005/08/27 17:58:32 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-calvin/fortune-mod-calvin-0.1.1.ebuild,v 1.10 2006/07/17 04:55:55 vapier Exp $ DESCRIPTION="Quotes from Calvin and Hobbes Comic Books" HOMEPAGE="http://www.netmeister.org/misc.html" @@ -8,12 +8,12 @@ SRC_URI="http://www.netmeister.org/apps/${P}.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" src_install() { insinto /usr/share/fortune - doins calvin calvin.dat + doins calvin calvin.dat || die } |