<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/3cc2585fd02051c06c700bfce6f34730f085c8bc">https://github.com/macports/macports-ports/commit/3cc2585fd02051c06c700bfce6f34730f085c8bc</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3cc2585fd02051c06c700bfce6f34730f085c8bc
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu May 6 16:41:36 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-tensorflow: Add back job number limit
</span>---
 python/py-tensorflow/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-tensorflow/Portfile b/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f4ba4e9f7e2..0441bc75045 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -110,7 +110,7 @@ if {${name} ne ${subport}} {
</span>     bazel.post_build_cmd   ./bazel-bin/tensorflow/tools/pip_package/build_pip_package [list $workpath]
     bazel.extra_build_opts-append --config=opt
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    bazel.limit_build_jobs no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #bazel.limit_build_jobs no
</span> 
     destroot.cmd  pip-${python.branch}
     destroot.args           \
</pre><pre style='margin:0'>

</pre>