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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ee3a8f17c5323f750d378d10de18835a0a87fdad">https://github.com/macports/macports-ports/commit/ee3a8f17c5323f750d378d10de18835a0a87fdad</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 ee3a8f1  libcxx: universal only when not a stub
</span>ee3a8f1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ee3a8f17c5323f750d378d10de18835a0a87fdad
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Oct 3 22:10:03 2018 +1000

<span style='display:block; white-space:pre;color:#404040;'>    libcxx: universal only when not a stub
</span>---
 lang/libcxx/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libcxx/Portfile b/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1931b05..70a4590 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libcxx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,8 +38,6 @@ checksums               libcxxabi-5.0.1.src.tar.xz \
</span>                         sha256  fa8f99dd2bde109daa3276d529851a3bce5718d46ce1c5d0806f46caa3e57c00
 
 use_configure no
<span style='display:block; white-space:pre;background:#ffe0e0;'>-universal_variant yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants +universal
</span> 
 set roots_path ${prefix}/var/system_roots/
 set root_name  ${name}-${version}-${revision}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -71,6 +69,9 @@ platform darwin {
</span> variant replacemnt_libcxx description {EXPERTS ONLY: Build a replacement libcxxabi and libcxx even if it is already part of the base OS.} {}
 
 if {${os.major} < 11 || [variant_isset replacemnt_libcxx]} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant universal {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +universal
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     compiler.blacklist *gcc* {clang < 500}
 
     # clang 3.5 and newer are conditionally blacklisted to prevent dependency cycles
</pre><pre style='margin:0'>

</pre>