<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/3c2945d70e6b9d13356185eadf9009b83dd4158e">https://github.com/macports/macports-ports/commit/3c2945d70e6b9d13356185eadf9009b83dd4158e</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 3c2945d70e6 rust: only set is_cross for relevant archs
</span>3c2945d70e6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3c2945d70e6b9d13356185eadf9009b83dd4158e
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Jan 25 06:16:31 2024 +1100

<span style='display:block; white-space:pre;color:#404040;'>    rust: only set is_cross for relevant archs
</span>---
 lang/rust/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/rust/Portfile b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b809032b5eb..5ca9179799b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -97,7 +97,7 @@ foreach arch ${muniversal.architectures} {
</span> muniversal.run_binaries     yes
 triplet.add_host            all
 triplet.add_build           all
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach arch {arm64 x86_64 i386 ppc ppc64} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach arch ${muniversal.architectures} {
</span>     if { [option muniversal.can_run.${arch}] && [option muniversal.is_cross.${arch}] } {
         muniversal.is_cross.${arch} no
     }
</pre><pre style='margin:0'>

</pre>