summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-07-13 04:54:24 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-07-13 04:54:24 +0000
commitb37315a8638a43688c221172c01d02fba0c7ca13 (patch)
treeb26583392eb6ed2ddb61e2d1962f323f5cc3265f /eclass/aspell-dict.eclass
parentWorks fine on Mac OS X but didn't change keyword as per maintainers request (diff)
downloadhistorical-b37315a8638a43688c221172c01d02fba0c7ca13.tar.gz
historical-b37315a8638a43688c221172c01d02fba0c7ca13.tar.bz2
historical-b37315a8638a43688c221172c01d02fba0c7ca13.zip
Add sys-apps/which as a dep, closing bug #56437 by Paulo Fidalgo <kanniball@zmail.pt>
Diffstat (limited to 'eclass/aspell-dict.eclass')
-rw-r--r--eclass/aspell-dict.eclass5
1 files changed, 3 insertions, 2 deletions
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 <seemant@gentoo.org>
#
@@ -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() {