diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-22 18:09:00 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-05-22 18:09:00 +0000 |
commit | 66bd7de9fa3abf6feb9747f707f2d1c3db2a39e5 (patch) | |
tree | be670bd127c444596c74521363ef9e0228151403 /eclass/myspell.eclass | |
parent | Demo->(Demo) for bug #133836. (diff) | |
download | historical-66bd7de9fa3abf6feb9747f707f2d1c3db2a39e5.tar.gz historical-66bd7de9fa3abf6feb9747f707f2d1c3db2a39e5.tar.bz2 historical-66bd7de9fa3abf6feb9747f707f2d1c3db2a39e5.zip |
Add app-arch/unzip to DEPEND; bug #133879 (thanks Ernestas Liubarskij, also Flameeyes)
Diffstat (limited to 'eclass/myspell.eclass')
-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" |