<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/14cd07d122a37765c94373b112e11c9e1bdb9a60">https://github.com/macports/macports-ports/commit/14cd07d122a37765c94373b112e11c9e1bdb9a60</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 14cd07d122a qbs: Fix blacklisted clang version in last commit
</span>14cd07d122a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 14cd07d122a37765c94373b112e11c9e1bdb9a60
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed May 5 20:40:53 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    qbs: Fix blacklisted clang version in last commit
</span>---
 devel/qbs/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/qbs/Portfile b/devel/qbs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f9562230cc6..9091d6e7e9a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/qbs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/qbs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +30,7 @@ qt5.min_version     5.14.0
</span> compiler.cxx_standard 2017
 # requires std::optional, above is not enough :(
 # 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 < 1001}
</span> 
 configure.post_args QBS_INSTALL_PREFIX=${prefix} \
                     CONFIG+=qbs_disable_rpath \
</pre><pre style='margin:0'>

</pre>