diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-17 04:56:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-17 04:56:29 +0000 |
commit | d6b59ff28ce692c8afc35afb37f4f84e47f50cdd (patch) | |
tree | fe1d204a106a950b3e12ee9623eb43bfdbdeef86 /games-misc/fortune-mod-cs/fortune-mod-cs-1.6.9.ebuild | |
parent | more KEYWORDS and misc cleanups (diff) | |
download | gentoo-2-d6b59ff28ce692c8afc35afb37f4f84e47f50cdd.tar.gz gentoo-2-d6b59ff28ce692c8afc35afb37f4f84e47f50cdd.tar.bz2 gentoo-2-d6b59ff28ce692c8afc35afb37f4f84e47f50cdd.zip |
more KEYWORDS and misc cleanups
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'games-misc/fortune-mod-cs/fortune-mod-cs-1.6.9.ebuild')
-rw-r--r-- | games-misc/fortune-mod-cs/fortune-mod-cs-1.6.9.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/games-misc/fortune-mod-cs/fortune-mod-cs-1.6.9.ebuild b/games-misc/fortune-mod-cs/fortune-mod-cs-1.6.9.ebuild index 43fab86f38fb..2f5a411b2500 100644 --- a/games-misc/fortune-mod-cs/fortune-mod-cs-1.6.9.ebuild +++ b/games-misc/fortune-mod-cs/fortune-mod-cs-1.6.9.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-cs/fortune-mod-cs-1.6.9.ebuild,v 1.5 2005/08/27 17:59:04 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-cs/fortune-mod-cs-1.6.9.ebuild,v 1.6 2006/07/17 04:56:29 vapier Exp $ DESCRIPTION="Database of the Czech and Slovak cookies for the fortune(6) program" HOMEPAGE="http://ftp.fi.muni.cz/pub/linux/people/zdenek_pytela/" @@ -8,12 +8,12 @@ SRC_URI="http://ftp.fi.muni.cz/pub/linux/people/zdenek_pytela/${P/-mod/}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc ppc64 x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="games-misc/fortune-mod" +RDEPEND="games-misc/fortune-mod" -S="${WORKDIR}/${P/-mod/}" +S=${WORKDIR}/${P/-mod/} src_unpack() { unpack ${A} @@ -23,9 +23,7 @@ src_unpack() { src_compile() { local f - - for f in [[:lower:]]* - do + for f in [[:lower:]]* ; do strfile -s ${f} || die "strfile ${f} failed" done } |