diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-15 20:20:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-15 20:20:57 +0000 |
commit | 8b5a4a31473c549231f6006836bca2d8c2ead4e4 (patch) | |
tree | b455cd57ea1aaf944b468787c8fe5cfd637fe066 /games-misc/fortune-mod-osfortune | |
parent | remove glibc from DEPEND #31204 (diff) | |
download | gentoo-2-8b5a4a31473c549231f6006836bca2d8c2ead4e4.tar.gz gentoo-2-8b5a4a31473c549231f6006836bca2d8c2ead4e4.tar.bz2 gentoo-2-8b5a4a31473c549231f6006836bca2d8c2ead4e4.zip |
cleanup formatting
Diffstat (limited to 'games-misc/fortune-mod-osfortune')
-rw-r--r-- | games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild b/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild index 03070871f511..4d017de9fdaa 100644 --- a/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild +++ b/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild,v 1.3 2003/09/16 15:06:20 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild,v 1.4 2003/10/15 20:20:57 vapier Exp $ DESCRIPTION="Open sources fortune file" HOMEPAGE="http://www.dibona.com/opensources/index.shtml" @@ -8,10 +8,9 @@ SRC_URI="http://www.dibona.com/opensources/osfortune.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="x86 ~sparc ~mips ~ppc" +KEYWORDS="x86 ppc sparc mips" -DEPEND="games-misc/fortune-mod" -RDEPEND="" +RDEPEND="games-misc/fortune-mod" S=${WORKDIR} |