diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-04-10 22:27:36 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-04-10 22:27:36 +0000 |
commit | daa8f5ce465ef63133546572a02518fd298b3b96 (patch) | |
tree | eeaad339e4400fbac8c5d8e902db3a64335bc79c /app-office | |
parent | more work (diff) | |
download | historical-daa8f5ce465ef63133546572a02518fd298b3b96.tar.gz historical-daa8f5ce465ef63133546572a02518fd298b3b96.tar.bz2 historical-daa8f5ce465ef63133546572a02518fd298b3b96.zip |
more work
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, 5 insertions, 3 deletions
diff --git a/app-office/openoffice/Manifest b/app-office/openoffice/Manifest index e887faef1578..18f4f7459b9d 100644 --- a/app-office/openoffice/Manifest +++ b/app-office/openoffice/Manifest @@ -1,4 +1,4 @@ -MD5 6594481162e68048c128cd307c4f049c openoffice-1.0.3.ebuild 20872 +MD5 e6ca47fca0a8a787dfa1fe45bc3ff72f openoffice-1.0.3.ebuild 20872 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 985f869ea6e9..d362c46ad31c 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.4 2003/04/10 21:20:36 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.3.ebuild,v 1.5 2003/04/10 22:27:19 sethbc Exp $ # IMPORTANT: This is extremely alpha!!! @@ -369,8 +369,9 @@ src_compile() { # Enable ccache for this build (Az) if [ "${FEATURES/-ccache/}" = "${FEATURES}" -a \ "${FEATURES/ccache/}" != "${FEATURES}" -a \ - -d /usr/bin/ccache -a -x /usr/bin/ccache/ccache ] + -x /usr/bin/ccache ] then + einfo "We're using ccache for this build..." # Build uses its own env with $PATH, etc, so # we take the easy way out. (Az) export CC="/usr/bin/ccache ${CC}" @@ -382,6 +383,7 @@ src_compile() { "${FEATURES/distcc/}" != "${FEATURES}" -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 # it -PP do not work properly (segfaulting). (Az) [ "$(echo ${DISTCC_HOSTS} | wc -w)" -gt 1 -a "${ECPUS}" -qt 1 ] && \ |