diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-10 13:23:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-10 13:23:59 +0000 |
commit | 235e5278bdaf861b390a1720e307f59e0db3048c (patch) | |
tree | 4643ec8178119ceea989f6e71cdb852ee97322fa /eclass | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-235e5278bdaf861b390a1720e307f59e0db3048c.tar.gz gentoo-2-235e5278bdaf861b390a1720e307f59e0db3048c.tar.bz2 gentoo-2-235e5278bdaf861b390a1720e307f59e0db3048c.zip |
newdepend -> DEPEND=
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/tla.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/tla.eclass b/eclass/tla.eclass index fdeafcdd77f6..9be11e35c2cc 100644 --- a/eclass/tla.eclass +++ b/eclass/tla.eclass @@ -1,6 +1,6 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tla.eclass,v 1.2 2004/03/07 18:48:32 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tla.eclass,v 1.3 2004/04/10 13:23:59 mr_bones_ Exp $ # # Original Author: Jeffrey Yasskin <jyasskin@mail.utexas.edu> # @@ -58,7 +58,7 @@ SRC_URI="" # --- end ebuild-configurable settings --- # add tla to deps -newdepend "dev-util/tla" +DEPEND="dev-util/tla" # registers archives mentioned in $ETLA_ARCHIVES tla_register_archives() { |