diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-04 00:21:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-04 00:21:18 +0000 |
commit | 98c77ae72d13a934cf5fa23311c09eda51ca8201 (patch) | |
tree | a00df7b9292f508cef82cb5b300b2c272ad1a109 /games-misc/fortune-mod-homer | |
parent | Mark 1.8.12 stable everywhere (diff) | |
download | historical-98c77ae72d13a934cf5fa23311c09eda51ca8201.tar.gz historical-98c77ae72d13a934cf5fa23311c09eda51ca8201.tar.bz2 historical-98c77ae72d13a934cf5fa23311c09eda51ca8201.zip |
IUSE
Diffstat (limited to 'games-misc/fortune-mod-homer')
-rw-r--r-- | games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild | 5 |
1 files changed, 3 insertions, 2 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 5edc7d8dd968..f608094f83cd 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-2004 Gentoo Technologies, Inc. # 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.5 2004/02/20 06:43:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-homer/fortune-mod-homer-0.1.ebuild,v 1.6 2004/05/04 00:21:18 mr_bones_ Exp $ DESCRIPTION="Quotes from Homer Simpson" HOMEPAGE="http://www.cs.indiana.edu/~crcarter/homer/homer.html" @@ -9,10 +9,11 @@ SRC_URI="http://www.cs.indiana.edu/~crcarter/homer/homer-quotes.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc mips alpha hppa amd64" +IUSE="" RDEPEND="games-misc/fortune-mod" -S=${WORKDIR}/${PN/mod-/} +S="${WORKDIR}/${PN/mod-/}" src_install() { insinto /usr/share/fortune |