diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-11 05:46:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-11 05:46:09 +0000 |
commit | 126a654a7e1d1120b55e2afc39aba7d97ac5f9fb (patch) | |
tree | 886da062fc7049d423b0dcaf9d450a3e883e6e55 /eclass/freedict.eclass | |
parent | version bump (bug #43921) (Manifest recommit) (diff) | |
download | gentoo-2-126a654a7e1d1120b55e2afc39aba7d97ac5f9fb.tar.gz gentoo-2-126a654a7e1d1120b55e2afc39aba7d97ac5f9fb.tar.bz2 gentoo-2-126a654a7e1d1120b55e2afc39aba7d97ac5f9fb.zip |
Apply patch from bug #25013 to replace calls to newdepend and newrdepend
with variable setting (DEPEND=, RDEPEND=).
Diffstat (limited to 'eclass/freedict.eclass')
-rw-r--r-- | eclass/freedict.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/freedict.eclass b/eclass/freedict.eclass index c5a53cfe9b83..0ee3724b5f0e 100644 --- a/eclass/freedict.eclass +++ b/eclass/freedict.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/freedict.eclass,v 1.5 2004/02/17 07:36:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/freedict.eclass,v 1.6 2004/04/11 05:46:09 mr_bones_ Exp $ # Author: Seemant Kulleen <seemant@gentoo.org> # This eclass exists to ease the installation of freedict translation @@ -24,7 +24,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" -newdepend "app-text/dictd" +DEPEND="app-text/dictd" freedict_src_install() { insinto /usr/lib/dict |