<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/a0c4177d133bf58c4981e3fbd57a7d5b27153be1">https://github.com/macports/macports-ports/commit/a0c4177d133bf58c4981e3fbd57a7d5b27153be1</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 a0c4177d133 nheko: restore compiler blacklist
</span>a0c4177d133 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a0c4177d133bf58c4981e3fbd57a7d5b27153be1
</span>Author: Ken Cunningham <ken.cunningham.webuse@gmail.com>
AuthorDate: Wed Jan 27 18:24:55 2021 -0800

<span style='display:block; white-space:pre;color:#404040;'>    nheko: restore compiler blacklist
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    need to keep it until base fix
</span><span style='display:block; white-space:pre;color:#404040;'>    has moved out with next release
</span>---
 net/nheko/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/nheko/Portfile b/net/nheko/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1817d9a59ff..c240f8ad57c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/nheko/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/nheko/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,6 +24,9 @@ checksums           rmd160  67e1790fabb3105c6ea19bdf04a2bfd4151b94a0 \
</span> compiler.cxx_standard  2014
 compiler.thread_local_storage yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# keep this until https://trac.macports.org/ticket/61418 is resolved
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 800.0.38}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {(${os.major} < 16)} {
     pre-fetch {
         ui_error "${name} ${version} requires features in the macOS 10.12 or greater SDK to run"
</pre><pre style='margin:0'>

</pre>