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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b28118a84755cd443bb878064e954aa4f5daa2ef">https://github.com/macports/macports-ports/commit/b28118a84755cd443bb878064e954aa4f5daa2ef</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 b28118a8475 py-sip: add basic support for arm64
</span>b28118a8475 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b28118a84755cd443bb878064e954aa4f5daa2ef
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Fri Aug 14 12:38:49 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-sip: add basic support for arm64
</span>---
 python/py-sip/files/patch-add_ppc64.diff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sip/files/patch-add_ppc64.diff b/python/py-sip/files/patch-add_ppc64.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 86163b48c08..89287508dc2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sip/files/patch-add_ppc64.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sip/files/patch-add_ppc64.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,11 +1,11 @@
</span> --- configure.py.orig
 +++ configure.py
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -780,7 +780,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -788,7 +788,7 @@
</span> 
          g = optparse.OptionGroup(p, title="MacOS X Configuration")
          g.add_option("--arch", action="append", default=[], dest="arch",
 -                choices=["i386", "x86_64", "ppc"],
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+                choices=["i386", "x86_64", "ppc", "ppc64"],
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++                choices=["i386", "x86_64", "ppc", "ppc64", "arm64"],
</span>                  help="build for architecture ARCH")
          g.add_option("--deployment-target", action="store", default='',
                  metavar="VERSION", dest="deployment_target",
</pre><pre style='margin:0'>

</pre>