<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/4132bdcc10cdb21083e6ddcd4c672a5ee2b90b7b">https://github.com/macports/macports-ports/commit/4132bdcc10cdb21083e6ddcd4c672a5ee2b90b7b</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 4132bdcc10c libcxx: real skip dependencies archs check
</span>4132bdcc10c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4132bdcc10cdb21083e6ddcd4c672a5ee2b90b7b
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Wed Aug 3 21:31:02 2022 +0200

<span style='display:block; white-space:pre;color:#404040;'>    libcxx: real skip dependencies archs check
</span>---
 lang/libcxx/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libcxx/Portfile b/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f3ea76ed0f1..cb7cb7382ac 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -96,7 +96,7 @@ if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
</span>     # Use clang-11-bootstrap as bootstrap compiler
     depends_build-append port:clang-11-bootstrap
     depends_skip_archcheck-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:clang-11-bootstrap
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        clang-11-bootstrap
</span>     configure.cc        ${prefix}/libexec/clang-11-bootstrap/bin/clang
     configure.cxx       ${prefix}/libexec/clang-11-bootstrap/bin/clang++
 
</pre><pre style='margin:0'>

</pre>