diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:49:15 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:49:15 +0000 |
commit | 95d1f329c1c21cae36a1a5bac46a7da1a8ce0431 (patch) | |
tree | 310465cb49c7c471c0f2c455ebdeae11b630eb60 /games-misc/fortune-mod-dune | |
parent | sync IUSE (missing), don't dep on arch for gnuconfig_update (Manifest recommit) (diff) | |
download | gentoo-2-95d1f329c1c21cae36a1a5bac46a7da1a8ce0431.tar.gz gentoo-2-95d1f329c1c21cae36a1a5bac46a7da1a8ce0431.tar.bz2 gentoo-2-95d1f329c1c21cae36a1a5bac46a7da1a8ce0431.zip |
sync IUSE (missing)
Diffstat (limited to 'games-misc/fortune-mod-dune')
-rw-r--r-- | games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild b/games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild index 7e25e9a1dad9..ae6977bd6b4f 100644 --- a/games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild +++ b/games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild,v 1.3 2004/06/24 22:54:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild,v 1.4 2004/07/14 14:47:04 agriffis Exp $ MY_P=${PN}-quotes.${PV} DESCRIPTION="Quotes from Frank Herbert's Dune Chronicles" @@ -10,6 +10,7 @@ SRC_URI="http://dune.s31.pl/${MY_P}.tar.gz" LICENSE="free-noncomm" SLOT="0" KEYWORDS="x86 ppc sparc mips alpha hppa amd64" +IUSE="" RDEPEND="games-misc/fortune-mod" |