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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/79bcaad0315c9229ee841064701ab8b9fbff47ed">https://github.com/macports/macports-ports/commit/79bcaad0315c9229ee841064701ab8b9fbff47ed</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 79bcaad  sparsehash: Disable universal variant
</span>79bcaad is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 79bcaad0315c9229ee841064701ab8b9fbff47ed
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Nov 12 21:23:49 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    sparsehash: Disable universal variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This is a header-only library.
</span>---
 devel/sparsehash/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/sparsehash/Portfile b/devel/sparsehash/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 72dabb5..e6eb56f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/sparsehash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/sparsehash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,3 +35,8 @@ use_autoreconf      yes
</span> autoreconf.cmd      ./autogen.sh
 autoreconf.args
 depends_build-append port:autoconf port:automake port:libtool
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Don't set "supported_archs noarch" because although it is a header-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# only library, it needs the right C++ stdlib flag.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+universal_variant   no
</span></pre><pre style='margin:0'>

</pre>