diff options
Diffstat (limited to 'sys-devel/gecc')
-rw-r--r-- | sys-devel/gecc/gecc-20021019.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/gecc/gecc-20021102.ebuild | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sys-devel/gecc/gecc-20021019.ebuild b/sys-devel/gecc/gecc-20021019.ebuild index e19514f316ab..f7c1fd297fa4 100644 --- a/sys-devel/gecc/gecc-20021019.ebuild +++ b/sys-devel/gecc/gecc-20021019.ebuild @@ -1,8 +1,8 @@ # 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-20021019.ebuild,v 1.7 2004/06/24 22:46:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gecc/gecc-20021019.ebuild,v 1.8 2004/07/15 03:26:00 agriffis Exp $ -# comprehensive list of any and all USE flags leveraged in the build, +# comprehensive list of any and all USE flags leveraged in the build, # with the exception of any ARCH specific flags, i.e. ppc sparc sparc64 # x86 alpha - this is a required variable IUSE="" @@ -14,7 +14,6 @@ SLOT="0" KEYWORDS="~x86" DEPEND="sys-devel/gcc" RDEPEND="$DEPEND" -S="${WORKDIR}/${P}" src_compile() { rm -rf test diff --git a/sys-devel/gecc/gecc-20021102.ebuild b/sys-devel/gecc/gecc-20021102.ebuild index 00ba0e864328..86207d3d0cc9 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.3 2004/06/24 22:46:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gecc/gecc-20021102.ebuild,v 1.4 2004/07/15 03:26:00 agriffis 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." @@ -11,7 +11,6 @@ SLOT="0" KEYWORDS="~x86" DEPEND="sys-devel/gcc" RDEPEND="$DEPEND" -S="${WORKDIR}/${P}" src_compile() { # rm -rf test |