<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/3891aebaf6bb192124d35f507653b78731a86cb5">https://github.com/macports/macports-ports/commit/3891aebaf6bb192124d35f507653b78731a86cb5</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 3891aebaf6b gcc-devel: Use os.arch instead of build_arch
</span>3891aebaf6b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3891aebaf6bb192124d35f507653b78731a86cb5
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Nov 28 12:08:04 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    gcc-devel: Use os.arch instead of build_arch
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Distinguish the OS architecture using os.arch instead of build_arch
</span><span style='display:block; white-space:pre;color:#404040;'>    because unique PortIndexes are only created on the basis of os.arch not
</span><span style='display:block; white-space:pre;color:#404040;'>    build_arch.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/63685
</span>---
 lang/gcc-devel/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/gcc-devel/Portfile b/lang/gcc-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b7fe7bc8afb..889fb948cd1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/gcc-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/gcc-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +24,7 @@ long_description    The GNU compiler collection, including front ends for \
</span>                     This is an !experimental!, !BETA! version \
                     built from GCC snapshots.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${build_arch} eq "arm64" } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.arch} eq "arm"} {
</span>     # Use lead Darwin developer branch for now
     # Eventually Darwin Arm support will be merged with upstream at which point
     # Arm machines can use same snapshots as Intel.
</pre><pre style='margin:0'>

</pre>