<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/081ab518e456169cb15837a82aee1a2e42323a27">https://github.com/macports/macports-ports/commit/081ab518e456169cb15837a82aee1a2e42323a27</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 081ab518e45 python PG: Make supporting ccache WIP
</span>081ab518e45 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 081ab518e456169cb15837a82aee1a2e42323a27
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat May 1 20:42:33 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    python PG: Make supporting ccache WIP
</span>---
 _resources/port1.0/group/python-1.0.tcl | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/python-1.0.tcl b/_resources/port1.0/group/python-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 240b720ff7c..9fcfe033989 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/python-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/python-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -84,6 +84,8 @@ proc python_get_default_version {} {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Supporting ccache is WIP for now as some build systems have issues with it ...
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.ccache  no
</span> proc python_get_compiler_command { var } {
     global configure.${var} configure.ccache
     if { [option configure.ccache] } {
</pre><pre style='margin:0'>

</pre>