<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/6695405408fdc16430fdc64456c2c24c277810a8">https://github.com/macports/macports-ports/commit/6695405408fdc16430fdc64456c2c24c277810a8</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 6695405408f kvazaar: blacklist old gcc, fix build on < 10.7
</span>6695405408f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6695405408fdc16430fdc64456c2c24c277810a8
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Mon Jan 29 00:09:20 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    kvazaar: blacklist old gcc, fix build on < 10.7
</span>---
 multimedia/kvazaar/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/kvazaar/Portfile b/multimedia/kvazaar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4817c7f7870..2a66be3642e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/kvazaar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/kvazaar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,4 +21,4 @@ checksums           rmd160  ab6d61bd28cb7f2bce35229f0688ecbc4889f51d \
</span> 
 # implicit declaration of function '_tzcnt_u32' is invalid in C99
 # uses newer intrinsic functions
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist  {clang < 700}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist  {clang < 700} {*gcc-[34].*}
</span></pre><pre style='margin:0'>

</pre>