diff options
Diffstat (limited to 'sys-devel/gecc/gecc-20021102.ebuild')
-rw-r--r-- | sys-devel/gecc/gecc-20021102.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/gecc/gecc-20021102.ebuild b/sys-devel/gecc/gecc-20021102.ebuild index 86207d3d0cc9..e347db79c3a6 100644 --- a/sys-devel/gecc/gecc-20021102.ebuild +++ b/sys-devel/gecc/gecc-20021102.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gecc/gecc-20021102.ebuild,v 1.4 2004/07/15 03:26:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gecc/gecc-20021102.ebuild,v 1.5 2004/08/24 04:00:55 swegener Exp $ IUSE="" DESCRIPTION="gecc is a tool to speed up compilation of C/C++ sources. It distributes the compilation on a cluster of compilation nodes. It also caches the object files to save some unneeded work." @@ -10,7 +10,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="sys-devel/gcc" -RDEPEND="$DEPEND" src_compile() { # rm -rf test |