<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/514a87e316ac87b54f323f504b3ff81e2a2f9af1">https://github.com/macports/macports-ports/commit/514a87e316ac87b54f323f504b3ff81e2a2f9af1</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 514a87e316a cargo-c: recognize supported architectures
</span>514a87e316a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 514a87e316ac87b54f323f504b3ff81e2a2f9af1
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Apr 3 07:06:36 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    cargo-c: recognize supported architectures
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    cargo-c can only be built on architectures supported by Rust.
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/62613
</span>---
 devel/cargo-c/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cargo-c/Portfile b/devel/cargo-c/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a65ff0781e4..99a2f976c06 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cargo-c/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cargo-c/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,6 +24,10 @@ depends_lib-append          port:libiconv \
</span>                             path:lib/libssl.dylib:openssl \
                             port:zlib
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# mimic Rust dependency
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs             x86_64 arm64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+universal_variant           no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> pre-build {
     # Cargo.lock does not exist
     system -W ${worksrcpath} "${prefix}/bin/cargo update"
</pre><pre style='margin:0'>

</pre>