<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/3a1b3705ad8012bb744d13ced066fb8f35cd5c07">https://github.com/macports/macports-ports/commit/3a1b3705ad8012bb744d13ced066fb8f35cd5c07</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 3a1b3705ad8 py-tensorflow-probability: Use correct python in destroot
</span>3a1b3705ad8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3a1b3705ad8012bb744d13ced066fb8f35cd5c07
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon Mar 29 23:53:09 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-tensorflow-probability: Use correct python in destroot
</span>---
 python/py-tensorflow-probability/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-tensorflow-probability/Portfile b/python/py-tensorflow-probability/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4533b7afd24..e54c83c08ce 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-tensorflow-probability/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-tensorflow-probability/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,6 +61,8 @@ if {${name} ne ${subport}} {
</span>     }
     build.env-append \
                     "PATH=${workpath}/bin:$env(PATH)"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    destroot.env-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    "PATH=${workpath}/bin:$env(PATH)"
</span> 
     bazel.build_target \
                     :pip_pkg
</pre><pre style='margin:0'>

</pre>