diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 15:41:15 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 15:41:15 +0000 |
commit | fb0046c237b7d01ae648b4961ebf0b37af454b85 (patch) | |
tree | 4b561662824afe65c7d1f50b234345fa339ac6e2 /app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-fb0046c237b7d01ae648b4961ebf0b37af454b85.tar.gz gentoo-2-fb0046c237b7d01ae648b4961ebf0b37af454b85.tar.bz2 gentoo-2-fb0046c237b7d01ae648b4961ebf0b37af454b85.zip |
QA - IUSE fix
Diffstat (limited to 'app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild')
-rw-r--r-- | app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild b/app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild index 5e238766efc0..59cbe6828d42 100644 --- a/app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild +++ b/app-dicts/dictd-misc/dictd-misc-1.5b-r1.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/app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild,v 1.8 2004/03/06 05:25:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-misc/dictd-misc-1.5b-r1.ebuild,v 1.9 2004/06/06 15:39:27 dragonheart Exp $ MY_P=${P/dictd/dict}-pre DESCRIPTION="Easton's 1897 Bible Dictionary for dict" @@ -9,6 +9,7 @@ SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" +IUSE="" KEYWORDS="x86 ppc sparc amd64" DEPEND=">=app-text/dictd-1.5.5" |