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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2413d129b95600a7b7532b4cd1ae8cca6a466273">https://github.com/macports/macports-ports/commit/2413d129b95600a7b7532b4cd1ae8cca6a466273</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 2413d129b95 openjdk: no universal_variant
</span>2413d129b95 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2413d129b95600a7b7532b4cd1ae8cca6a466273
</span>Author: Nils Breunese <nils@breun.nl>
AuthorDate: Wed May 5 20:32:31 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    openjdk: no universal_variant
</span>---
 java/openjdk/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/openjdk/Portfile b/java/openjdk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 864b4af1087..3c8ddd66d70 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/openjdk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/openjdk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,8 @@ maintainers      {breun.nl:nils @breun} openmaintainer
</span> platforms        darwin
 # These ports use prebuilt binaries, 'NoMirror' makes sure MacPorts doesn't mirror/distribute these third-party binaries
 license          GPL-2 NoMirror
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# These ports use prebuilt binaries for a particular architecture, they are not universal binaries
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+universal_variant no
</span> 
 if {[string match *-zulu ${subport}]} {
     supported_archs  x86_64 arm64
</pre><pre style='margin:0'>

</pre>