<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/3e325f274211ca62eea2630ac3ffa7392c1abcea">https://github.com/macports/macports-ports/commit/3e325f274211ca62eea2630ac3ffa7392c1abcea</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3e325f274211ca62eea2630ac3ffa7392c1abcea
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Dec 9 04:31:36 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    libatomicbitvector: mark noarch, platforms any
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Also remove incorrect installs_libs setting.
</span>---
 devel/libatomicbitvector/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libatomicbitvector/Portfile b/devel/libatomicbitvector/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0fc6db39cd4..6a0ec2b91da 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libatomicbitvector/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libatomicbitvector/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,8 @@ name                libatomicbitvector
</span> version             2020.05.19
 categories          devel
 license             Apache-2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms           any
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     noarch
</span> maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
 description         Atomic bitset/bitvector with size determined at runtime.
 long_description    This header-only library encodes a bitvector class with size fixed at runtime. \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +21,6 @@ long_description    This header-only library encodes a bitvector class with size
</span>                     from Facebook’s folly C++ library. It wraps the atomic type with a class \
                     that allows them to be copied, and these wrapped atomic types are then used \
                     to build a vector size of which is determined at runtime.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-installs_libs       no
</span> checksums           rmd160  741c3e452145739850049ba9da100a0b6d32c460 \
                     sha256  528d238dc635ce08215c99aabaf75550703677d827f1611b08c3d135ac13bcd6 \
                     size    9976
</pre><pre style='margin:0'>

</pre>