diff options
author | 2004-04-11 05:46:09 +0000 | |
---|---|---|
committer | 2004-04-11 05:46:09 +0000 | |
commit | 44edb786c8e202e9d32e9928ade77903793fe097 (patch) | |
tree | 01fa7ffadc777660dfb4b92945e3e73ca5673660 /eclass/stardict.eclass | |
parent | version bump (bug #43921) (diff) | |
download | historical-44edb786c8e202e9d32e9928ade77903793fe097.tar.gz historical-44edb786c8e202e9d32e9928ade77903793fe097.tar.bz2 historical-44edb786c8e202e9d32e9928ade77903793fe097.zip |
Apply patch from bug #25013 to replace calls to newdepend and newrdepend
with variable setting (DEPEND=, RDEPEND=).
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 635e893bc13a..a812b93b83e8 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.3 2004/01/09 01:10:55 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/stardict.eclass,v 1.4 2004/04/11 05:46:09 mr_bones_ Exp $ # Author : Alastair Tse <liquidx@gentoo.org> # @@ -34,7 +34,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" -newdepend ">=app-dicts/stardict-2.1" +DEPEND=">=app-dicts/stardict-2.1" S=${WORKDIR}/${DICT_P} |