From: Zac Medico Date: Sat, 4 Nov 2006 00:22:28 +0000 (-0000) Subject: Don't allow RESTRICT=ccache since it should work and if not then it's a bug that... X-Git-Tag: v2.1.2~511 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5c50f961c2316734e34bfefe7c9762ac89f38ff7;p=portage.git 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 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 9c1e3806e..d028d1a40 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.