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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2466d39da385e2cff37ee495a9a762e4258aba93">https://github.com/macports/macports-ports/commit/2466d39da385e2cff37ee495a9a762e4258aba93</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 2466d39da38 gmic: re-enable parallel builds
</span>2466d39da38 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2466d39da385e2cff37ee495a9a762e4258aba93
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Feb 6 16:25:38 2022 -0600

<span style='display:block; white-space:pre;color:#404040;'>    gmic: re-enable parallel builds
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/54370
</span>---
 science/gmic/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gmic/Portfile b/science/gmic/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2777b0d846d..8dea3523ae3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gmic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gmic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,7 +61,7 @@ compiler.cxx_standard           2011
</span> 
 # Uses more memory per compile process than we can accommodate on our
 # automated build system. See https://github.com/dtschump/gmic/issues/325
<span style='display:block; white-space:pre;background:#ffe0e0;'>-use_parallel_build              no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#use_parallel_build              no
</span> 
 subport ${name}-qt {
     description-append          (GUI application)
</pre><pre style='margin:0'>

</pre>