diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-17 05:04:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-17 05:04:17 +0000 |
commit | 4c10de41838304aeb147ef31e53f8d687fb1ee91 (patch) | |
tree | 371a52b83f0684753c36ba0a3e5271434a4d6fab /games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild | |
parent | add missing fortune packages #140078 by Charlie Shepherd (diff) | |
download | historical-4c10de41838304aeb147ef31e53f8d687fb1ee91.tar.gz historical-4c10de41838304aeb147ef31e53f8d687fb1ee91.tar.bz2 historical-4c10de41838304aeb147ef31e53f8d687fb1ee91.zip |
more KEYWORDS and misc cleanups
Package-Manager: portage-2.1.1_pre2-r8
Diffstat (limited to 'games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild')
-rw-r--r-- | games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild b/games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild index e219145d7464..09c681e52f4a 100644 --- a/games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild +++ b/games-misc/fortune-mod-smac/fortune-mod-smac-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-smac/fortune-mod-smac-0.1.ebuild,v 1.10 2005/08/27 18:07:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-smac/fortune-mod-smac-0.1.ebuild,v 1.11 2006/07/17 05:02:48 vapier Exp $ DESCRIPTION="Quotes from the Alpha Centauri: Alien Crossfire tech tree" HOMEPAGE="http://homepages.ihug.com.au/~alana/" @@ -8,12 +8,12 @@ SRC_URI="http://homepages.ihug.com.au/~alana/files/fortune-mod-smac/${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 smac smac.dat + doins smac smac.dat || die } |