From 5c50f961c2316734e34bfefe7c9762ac89f38ff7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 4 Nov 2006 00:22:28 +0000 Subject: 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 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-1-g7c22