diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-07-22 05:39:50 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-07-22 05:39:50 +0000 |
commit | 25996d140f25a4feed58bee719a135b9682d6472 (patch) | |
tree | f81494c1aa90b20c261cde125b11b838594568d1 /eclass | |
parent | some metadata.xml updates (diff) | |
download | gentoo-2-25996d140f25a4feed58bee719a135b9682d6472.tar.gz gentoo-2-25996d140f25a4feed58bee719a135b9682d6472.tar.bz2 gentoo-2-25996d140f25a4feed58bee719a135b9682d6472.zip |
newdepend
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ccc.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/ccc.eclass b/eclass/ccc.eclass index 0e20a1401e5a..83db4949326d 100644 --- a/eclass/ccc.eclass +++ b/eclass/ccc.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/ccc.eclass,v 1.10 2003/06/18 08:27:20 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ccc.eclass,v 1.11 2003/07/22 05:39:50 taviso Exp $ # # Authors: Tavis Ormandy <taviso@gentoo.org> # Aron Griffis <agriffis@gentoo.org> @@ -9,12 +9,12 @@ # # 16/6/2003 - Added otsify() # 18/6/2003 - regex tweaks. +# 22/7/2003 - newdepend ECLASS=ccc INHERITED="${INHERITED} ${ECLASS}" -DEPEND="${DEPEND} - sys-apps/findutils +newdepend "sys-apps/findutils sys-apps/sed sys-apps/util-linux sys-devel/binutils |