From b37315a8638a43688c221172c01d02fba0c7ca13 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Tue, 13 Jul 2004 04:54:24 +0000 Subject: Add sys-apps/which as a dep, closing bug #56437 by Paulo Fidalgo --- eclass/aspell-dict.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eclass/aspell-dict.eclass') diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass index 498bf33f98f2..96831aaadd08 100644 --- a/eclass/aspell-dict.eclass +++ b/eclass/aspell-dict.eclass @@ -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/eclass/aspell-dict.eclass,v 1.26 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.27 2004/07/13 04:54:24 seemant Exp $ # # Author: Seemant Kulleen # @@ -24,7 +24,8 @@ SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64" -RDEPEND=">=app-text/aspell-0.50" +RDEPEND=">=app-text/aspell-0.50 + sys-apps/which" PROVIDE="virtual/aspell-dict" aspell-dict_src_compile() { -- cgit v1.2.3-65-gdbad