<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/db7dc331f2bb228b991cee0cd057847b970d5ebf">https://github.com/macports/macports-ports/commit/db7dc331f2bb228b991cee0cd057847b970d5ebf</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 db7dc331f2b mame: enable arm64 build
</span>db7dc331f2b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit db7dc331f2bb228b991cee0cd057847b970d5ebf
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu Jan 14 14:09:51 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mame: enable arm64 build
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/61795
</span>---
 emulators/mame/Portfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/mame/Portfile b/emulators/mame/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 847852b6d7a..7294ce930c3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/mame/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/mame/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -209,9 +209,7 @@ depends_run-append  \
</span> # Build Options
 #------------------------------------------------------------------------------
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Note: ARM64 support untested
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-#supported_archs     ppc ppc64 i386 x86_64 arm64
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs     ppc ppc64 i386 x86_64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     ppc ppc64 i386 x86_64 arm64
</span> 
 use_configure       no
 
</pre><pre style='margin:0'>

</pre>