# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak # $Header: /var/cvsroot/gentoo-x86/eclass/c.eclass,v 1.7 2001/10/13 22:02:12 danarmak Exp $ # The "c" eclass merely adds gcc, glibc and ld.so to DEPEND/RDEPEND for comfort. ECLASS=c DESCRIPTION="Based on the $ECLASS eclass" DEPEND="${DEPEND} sys-devel/gcc virtual/glibc sys-devel/ld.so" RDEPEND="${RDEPEND} virtual/glibc sys-devel/ld.so"