summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index fcb7438ed..1b07ad55b 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1405,6 +1405,10 @@ if [[ ${EBUILD_SH_ARGS} != "depend" ]] && [[ ${EBUILD_SH_ARGS} != "clean" ]] &&
addwrite "${CCACHE_DIR}"
[ -n "${CCACHE_SIZE}" ] && ccache -M ${CCACHE_SIZE} &> /dev/null
+ else
+ # Force configure scripts that automatically detect ccache to respect
+ # FEATURES="-ccache"
+ export CCACHE_DISABLE=1
fi
# XXX: Load up the helper functions.