Don't allow RESTRICT=ccache since it should work and if not then it's a bug that...
authorZac Medico <zmedico@gentoo.org>
Sat, 4 Nov 2006 00:22:28 +0000 (00:22 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 4 Nov 2006 00:22:28 +0000 (00:22 -0000)
svn path=/main/trunk/; revision=4922

bin/ebuild.sh

index 9c1e3806ec906a448e012479bc4326b026bc0639..d028d1a4024a084e1b8b430d91492997aca7b18a 100755 (executable)
@@ -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.