<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/1874d526c680b3c366ebb7652f76a98ea89b62d4">https://github.com/macports/macports-ports/commit/1874d526c680b3c366ebb7652f76a98ea89b62d4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1874d526c680b3c366ebb7652f76a98ea89b62d4
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Mon May 18 07:01:06 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gcc10: remove redundant fallbacks
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    these are no longer needed
</span>---
 lang/gcc10/Portfile | 1 -
 1 file changed, 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc10/Portfile b/lang/gcc10/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 773284a..9f127c0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc10/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc10/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -133,7 +133,6 @@ pre-configure {
</span> 
 # https://trac.macports.org/ticket/58493
 compiler.blacklist-append {clang < 800} gcc-4.0 *gcc-4.2 {macports-clang-3.[4-7]}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.fallback-append macports-clang-7.0 macports-clang-8.0
</span> 
 # "-stdlib" would be passed on to the bootstrap compiler if present
 configure.cxx_stdlib
</pre><pre style='margin:0'>

</pre>