diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-09-05 12:19:19 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-09-05 12:19:19 +0000 |
commit | 5a3b19db85c3db4c8d5b903a862ea1c43c8a5c3b (patch) | |
tree | a743f344b9107bccb111c0e070c11b5541100c8c /eclass/ccc.eclass | |
parent | header fix (diff) | |
download | gentoo-2-5a3b19db85c3db4c8d5b903a862ea1c43c8a5c3b.tar.gz gentoo-2-5a3b19db85c3db4c8d5b903a862ea1c43c8a5c3b.tar.bz2 gentoo-2-5a3b19db85c3db4c8d5b903a862ea1c43c8a5c3b.zip |
removing newdepend line, all dependencies are in default profiles and disrupt standard dependencies.
Diffstat (limited to 'eclass/ccc.eclass')
-rw-r--r-- | eclass/ccc.eclass | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/eclass/ccc.eclass b/eclass/ccc.eclass index 83db4949326d..50fb5cd30815 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.11 2003/07/22 05:39:50 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ccc.eclass,v 1.12 2003/09/05 12:19:19 taviso Exp $ # # Authors: Tavis Ormandy <taviso@gentoo.org> # Aron Griffis <agriffis@gentoo.org> @@ -14,13 +14,6 @@ ECLASS=ccc INHERITED="${INHERITED} ${ECLASS}" -newdepend "sys-apps/findutils - sys-apps/sed - sys-apps/util-linux - sys-devel/binutils - sys-apps/grep - sys-apps/diffutils" - # define this to make this eclass noisy. #DEBUG_CCC_ECLASS=1 |