diff options
author | 2003-10-15 23:19:32 +0000 | |
---|---|---|
committer | 2003-10-15 23:19:32 +0000 | |
commit | bca9690850377287381adafdec215ed0025fef5e (patch) | |
tree | 3c742df3b372ad1b10120034448943aac198795f /eclass/stardict.eclass | |
parent | masking dev-lisp/cl-db-sockets (diff) | |
download | historical-bca9690850377287381adafdec215ed0025fef5e.tar.gz historical-bca9690850377287381adafdec215ed0025fef5e.tar.bz2 historical-bca9690850377287381adafdec215ed0025fef5e.zip |
use newdepend instead of DEPEND
Diffstat (limited to 'eclass/stardict.eclass')
-rw-r--r-- | eclass/stardict.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass index 7071fb446758..e10cf54788ef 100644 --- a/eclass/stardict.eclass +++ b/eclass/stardict.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/stardict.eclass,v 1.1 2003/06/04 13:13:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/stardict.eclass,v 1.2 2003/10/15 23:19:32 liquidx Exp $ # Author : Alastair Tse <liquidx@gentoo.org> # @@ -34,7 +34,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" -DEPEND=">=app-dicts/stardict-2.1" +newdepend ">=app-dicts/stardict-2.1" S=${WORKDIR}/${DICT_P} |