summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-11-04 00:22:28 +0000
committerZac Medico <zmedico@gentoo.org>2006-11-04 00:22:28 +0000
commit5c50f961c2316734e34bfefe7c9762ac89f38ff7 (patch)
treec129bd3c162747a94bb342dba30444f86d958a7b /bin/ebuild.sh
parentEnable RESTRICT=ccache. Thanks to drizzt for reporting. (diff)
downloadportage-multirepo-5c50f961c2316734e34bfefe7c9762ac89f38ff7.tar.gz
portage-multirepo-5c50f961c2316734e34bfefe7c9762ac89f38ff7.tar.bz2
portage-multirepo-5c50f961c2316734e34bfefe7c9762ac89f38ff7.zip
Don't allow RESTRICT=ccache since it should work and if not then it's a bug that ought to be fixed. Thanks to vapier.
svn path=/main/trunk/; revision=4922
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 9c1e3806..d028d1a4 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1378,7 +1378,7 @@ if [[ ${EBUILD_SH_ARGS} != "depend" ]] && [[ ${EBUILD_SH_ARGS} != "clean" ]] &&
fi
fi
- if hasq ccache ${FEATURES} && ! hasq ccache ${PORTAGE_RESTRICT} ; then
+ if hasq ccache ${FEATURES} ; then
#We can enable compiler cache support
if [ -z "${PATH/*ccache*/}" ]; then
# Remove the other reference.