<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/a306118b19ca3e475bc355940ed6eec03cbcf417">https://github.com/macports/macports-ports/commit/a306118b19ca3e475bc355940ed6eec03cbcf417</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 a306118  sparsehash: Don't disable universal variant
</span>a306118 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a306118b19ca3e475bc355940ed6eec03cbcf417
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Dec 25 22:20:28 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    sparsehash: Don't disable universal variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Reverts 79bcaad0315c9229ee841064701ab8b9fbff47ed.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/59888
</span>---
 devel/sparsehash/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<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 e6eb56f..35b0af9 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;'>@@ -39,4 +39,5 @@ depends_build-append port:autoconf port:automake port:libtool
</span> # Don't set "supported_archs noarch" because although it is a header-
 # only library, it needs the right C++ stdlib flag.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-universal_variant   no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Don't set "universal_variant no" because that causes difficulties for other
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ports that depend on sparesehash and want to provide a universal variant.
</span></pre><pre style='margin:0'>

</pre>