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 | c839e3686d7b10a70767bff7ddbb9162659461e9 (patch) | |
tree | c274540ae6a5ac6c11a07f2a6d1d651f9990989b /eclass | |
parent | Added to ~ppc (diff) | |
download | historical-c839e3686d7b10a70767bff7ddbb9162659461e9.tar.gz historical-c839e3686d7b10a70767bff7ddbb9162659461e9.tar.bz2 historical-c839e3686d7b10a70767bff7ddbb9162659461e9.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() { |