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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f7071707a9c1b6f3893abf5caf36c37f3cfdbc28">https://github.com/macports/macports-ports/commit/f7071707a9c1b6f3893abf5caf36c37f3cfdbc28</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 f7071707a9c xeus: attempt to fix error: an attribute list cannot appear here
</span>f7071707a9c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f7071707a9c1b6f3893abf5caf36c37f3cfdbc28
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Jul 3 09:50:56 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    xeus: attempt to fix error: an attribute list cannot appear here
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/60765
</span>---
 devel/xeus/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/xeus/Portfile b/devel/xeus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1bbddf5e494..1840f597d50 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/xeus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/xeus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +23,7 @@ checksums               rmd160  bcce29cd569f12eaf44aea4915d77be68ac0b4ec \
</span> 
 compiler.cxx_standard   2014
 # Work around MacPorts base 2.6.2 C++14 compiler selection bug
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 602}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 900}
</span> 
 depends_build-append    port:pkgconfig
 
</pre><pre style='margin:0'>

</pre>