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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5c9961faefb8b79404633080b52edeec08819910">https://github.com/macports/macports-ports/commit/5c9961faefb8b79404633080b52edeec08819910</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 5c9961faefb mpv: remove previous compiler blacklist since it doesn't do anything
</span>5c9961faefb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5c9961faefb8b79404633080b52edeec08819910
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Thu Jan 21 17:23:03 2021 +0800

<span style='display:block; white-space:pre;color:#404040;'>    mpv: remove previous compiler blacklist since it doesn't do anything
</span>---
 multimedia/mpv/Portfile | 3 ---
 1 file changed, 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mpv/Portfile b/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f7e138c7a6c..9e951788f0b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -163,9 +163,6 @@ platform macosx {
</span> 
         # Force clang compiler as installed by Xcode's CLT's... hopefully.
         compiler.blacklist-append   *gcc* cc macports-*
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # Requires C11 stdatomic.h (Taken from cmus)
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        compiler.blacklist-append { clang < 700 }
</span>     }
 
     if {${os.major} <= 14 || [lsearch -exact [list x86_64 arm64] ${configure.build_arch}] == -1} {
</pre><pre style='margin:0'>

</pre>