diff options
-rw-r--r-- | eclass/myspell.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/myspell.eclass b/eclass/myspell.eclass index 3b360d416380..b77cb6d8b029 100644 --- a/eclass/myspell.eclass +++ b/eclass/myspell.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/myspell.eclass,v 1.2 2006/05/09 18:20:47 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myspell.eclass,v 1.3 2006/05/22 18:09:00 kevquinn Exp $ EXPORT_FUNCTIONS src_install pkg_preinst pkg_postinst @@ -8,6 +8,9 @@ IUSE="" SLOT="0" +# tar, gzip, bzip2 are included in the base profile, but not unzip +DEPEND="app-arch/unzip" + # The console application for using myspell dictionaries is # hunspell (which is making myspell itself obsolete). RDEPEND="app-text/hunspell" |