<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2c7021daa10401ec8bc4651e2e1d5834a1f4d697">https://github.com/macports/macports-ports/commit/2c7021daa10401ec8bc4651e2e1d5834a1f4d697</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 2c7021daa10 bali-phy: correct compiler blacklist
</span>2c7021daa10 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2c7021daa10401ec8bc4651e2e1d5834a1f4d697
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Fri May 7 13:28:28 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    bali-phy: correct compiler blacklist
</span>---
 science/bali-phy/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/bali-phy/Portfile b/science/bali-phy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 30add993c42..663c3a7f4ff 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/bali-phy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/bali-phy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +30,7 @@ checksums           rmd160  f9d20407a34385401cefd722917b656c82fb12af \
</span> compiler.cxx_standard 2017
 # requires std::optional, above is not enough :(
 # see: https://github.com/macports/macports-base/pull/179
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 900}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 1000.11.45.2}
</span> 
 # use the same Python version as in meson
 set python_version 3.9
</pre><pre style='margin:0'>

</pre>