diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-04-11 20:44:07 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-04-11 20:44:07 +0000 |
commit | 64f6e181d259e15f53c9438294c91b54686e4214 (patch) | |
tree | e01bf617772126a0123511daba7528b5dd76458c /app-office | |
parent | some ccache fixes (diff) | |
download | gentoo-2-64f6e181d259e15f53c9438294c91b54686e4214.tar.gz gentoo-2-64f6e181d259e15f53c9438294c91b54686e4214.tar.bz2 gentoo-2-64f6e181d259e15f53c9438294c91b54686e4214.zip |
some ccache fixes
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/Manifest | 2 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.0.3.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-office/openoffice/Manifest b/app-office/openoffice/Manifest index 5ce07a411b9b..b6e7c672c35b 100644 --- a/app-office/openoffice/Manifest +++ b/app-office/openoffice/Manifest @@ -1,4 +1,4 @@ -MD5 69323a8a4b60e948f1212986b7d88a97 openoffice-1.0.3.ebuild 20918 +MD5 96365eb663343ee102823bc7963baea1 openoffice-1.0.3.ebuild 20918 MD5 2bcfc01a7018c7309e5afe484897f1ba openoffice-1.1_beta.ebuild 16779 MD5 460ff929624efb91c3bd1b41d72bd27d openoffice-1.0.2-r2.ebuild 20934 MD5 3d1de45989289e7ec5223c0c8cb45868 openoffice-1.0.2.ebuild 18274 diff --git a/app-office/openoffice/openoffice-1.0.3.ebuild b/app-office/openoffice/openoffice-1.0.3.ebuild index edb4e658fe5b..8b4a35d40ef8 100644 --- a/app-office/openoffice/openoffice-1.0.3.ebuild +++ b/app-office/openoffice/openoffice-1.0.3.ebuild @@ -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/app-office/openoffice/openoffice-1.0.3.ebuild,v 1.6 2003/04/11 12:57:29 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.3.ebuild,v 1.7 2003/04/11 20:44:01 sethbc Exp $ # IMPORTANT: This is extremely alpha!!! @@ -369,7 +369,7 @@ src_compile() { # Enable ccache for this build (Az) if [ "${FEATURES/-ccache/}" = "${FEATURES}" -a \ "${FEATURES/ccache/}" != "${FEATURES}" -a \ - -x /usr/bin/ccache ] + -f /usr/bin/ccache -a -x /usr/bin/ccache ] then einfo "We're using ccache for this build..." # Build uses its own env with $PATH, etc, so @@ -381,7 +381,7 @@ src_compile() { # Enable distcc for this build (Az) if [ "${FEATURES/-distcc/}" = "${FEATURES}" -a \ "${FEATURES/distcc/}" != "${FEATURES}" -a \ - -x /usr/bin/distcc ] + -f /usr/bin/ccache -a -x /usr/bin/distcc ] then einfo "We're using distcc for this build..." # Do not bump ECPUS if the user did not touch it, as currently |