<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/e6f2dfd6a4f9ada61837e4791cbc507d32665154">https://github.com/macports/macports-ports/commit/e6f2dfd6a4f9ada61837e4791cbc507d32665154</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 e6f2dfd6a4f gdb: cleanup compilers (#8698)
</span>e6f2dfd6a4f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e6f2dfd6a4f9ada61837e4791cbc507d32665154
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sat Oct 10 01:38:24 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gdb: cleanup compilers (#8698)
</span>---
 devel/gdb/Portfile | 4 ----
 1 file changed, 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/gdb/Portfile b/devel/gdb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6c286c74d9e..dfae4e042a4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/gdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/gdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,10 +53,6 @@ depends_lib     port:boehmgc \
</span> compiler.blacklist      {clang < 601}
 compiler.thread_local_storage \
                         yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Work around thread local compiler selection bug. Remove after
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://github.com/macports/macports-base/pull/161 is released.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        {clang < 800}
</span> 
 # Needs C++11; halfway redundant due to the blacklist above, but make sure selected
 # compiler supports the standard - getting rid of old Apple GCC versions and the like?
</pre><pre style='margin:0'>

</pre>