summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-07-22 00:35:56 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-07-22 00:35:56 +0000
commit12267c885b1e570b2e6dd3e894f6f420ef1ea061 (patch)
tree356a5a99cecb07becfbb9e1bafe9cd6831c46f62 /eclass/aspell-dict.eclass
parentupdated with newdepend instead of DEPEND (diff)
downloadgentoo-2-12267c885b1e570b2e6dd3e894f6f420ef1ea061.tar.gz
gentoo-2-12267c885b1e570b2e6dd3e894f6f420ef1ea061.tar.bz2
gentoo-2-12267c885b1e570b2e6dd3e894f6f420ef1ea061.zip
use newdepend instead of DEPEND=
Diffstat (limited to 'eclass/aspell-dict.eclass')
-rw-r--r--eclass/aspell-dict.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass
index 2a0e63fb40df..684e71fedb53 100644
--- a/eclass/aspell-dict.eclass
+++ b/eclass/aspell-dict.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.17 2003/07/20 08:10:38 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.18 2003/07/22 00:35:56 msterret Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -21,8 +21,7 @@ DESCRIPTION="${ASPELL_LANG} language dictionary for aspell"
HOMEPAGE="http://aspell.net"
SRC_URI="ftp://ftp.gnu.org/gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2"
-DEPEND=">=app-text/aspell-0.50"
-RDEPEND="$DEPEND"
+newdepend ">=app-text/aspell-0.50"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64"