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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/06ca934004cfb853953778e09c0db5cb4fb4617c">https://github.com/macports/macports-ports/commit/06ca934004cfb853953778e09c0db5cb4fb4617c</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 06ca934004c cctools: +llvm34 on macOS 10.5
</span>06ca934004c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 06ca934004cfb853953778e09c0db5cb4fb4617c
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Wed Aug 2 17:44:11 2023 +0200

<span style='display:block; white-space:pre;color:#404040;'>    cctools: +llvm34 on macOS 10.5
</span>---
 devel/cctools/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cctools/Portfile b/devel/cctools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index efd383162ff..2393dcea6d0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cctools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cctools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -121,7 +121,7 @@ if { ![some_llvm_variant_set] && ![variant_isset xcode] && ![variant_isset xtool
</span>     } elseif {${os.major} >= 12} {
         # llvm-3.7 is the newest llvm the system toolchain can build on these systems
         default_variants +llvm37
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    } elseif {${os.major} >= 10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    } elseif {${os.major} >= 9 && ${build_arch} ni [list ppc ppc64]} {
</span>         # llvm-3.4 is the newest llvm the system toolchain can build on these systems
         default_variants +llvm34
     }
</pre><pre style='margin:0'>

</pre>