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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8d6a3aacf584aa955b0007061e82a0e1613c1ddf">https://github.com/macports/macports-ports/commit/8d6a3aacf584aa955b0007061e82a0e1613c1ddf</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 8d6a3aacf58 highway: uncomment compiler.blacklist
</span>8d6a3aacf58 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8d6a3aacf584aa955b0007061e82a0e1613c1ddf
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Feb 21 05:01:21 2024 +1100

<span style='display:block; white-space:pre;color:#404040;'>    highway: uncomment compiler.blacklist
</span>---
 devel/highway/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/highway/Portfile b/devel/highway/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0c1c4ec432b..b253e9cb1ad 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/highway/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/highway/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,7 @@ configure.args-append \
</span> compiler.cxx_standard   2011
 # Compilation warning: "x86 Clang <= 6: define HWY_COMPILE_ONLY_SCALAR or upgrade."
 # (Xcode Clang 10.0.1 ~= llvm.org Clang 7.0)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#compiler.blacklist  {clang < 1001}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist  {clang < 1001}
</span> 
 variant tests description {Enable building of test code} {
     depends_build-append    port:gtest
</pre><pre style='margin:0'>

</pre>