projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
324debb
)
Don't allow RESTRICT=ccache since it should work and if not then it's a bug that...
author
Zac Medico
<zmedico@gentoo.org>
Sat, 4 Nov 2006 00:22:28 +0000
(
00:22
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 4 Nov 2006 00:22:28 +0000
(
00:22
-0000)
svn path=/main/trunk/; revision=4922
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 9c1e3806ec906a448e012479bc4326b026bc0639..d028d1a4024a084e1b8b430d91492997aca7b18a 100755
(executable)
--- 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.