<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fbaf2f6d023fb724fb912a7ce5cd110d88e18ef7">https://github.com/macports/macports-ports/commit/fbaf2f6d023fb724fb912a7ce5cd110d88e18ef7</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 fbaf2f6d023 snappy: fix whitespace in blacklist comments
</span>fbaf2f6d023 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit fbaf2f6d023fb724fb912a7ce5cd110d88e18ef7
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sat May 22 16:50:56 2021 -0400
<span style='display:block; white-space:pre;color:#404040;'> snappy: fix whitespace in blacklist comments
</span>---
archivers/snappy/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/snappy/Portfile b/archivers/snappy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8503f31931a..f5501d7eef0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/snappy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/snappy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,8 +35,8 @@ checksums rmd160 47903b5f83f424dbab2e593ef5a830a5df079d58 \
</span> # Disable Xcode clang, due to the following:
# error: invalid output constraint '=@ccz' in asm
# Disable clang < 9, due to template-related errors:
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# error: suggest braces around initialization of subobject
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# note: in instantiation of function template specialization
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: suggest braces around initialization of subobject
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# note: in instantiation of function template specialization
</span> compiler.blacklist-append \
{clang} \
{clang < 900}
</pre><pre style='margin:0'>
</pre>