<pre style='margin:0'>
Eric A. Borisch (eborisch) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/225d4ea86d7eee1924ebf61772d336cec6cc7c87">https://github.com/macports/macports-ports/commit/225d4ea86d7eee1924ebf61772d336cec6cc7c87</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 225d4ea  libomp: Don't block Universal, let base handle it
</span>225d4ea is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 225d4ea86d7eee1924ebf61772d336cec6cc7c87
</span>Author: Gcenx <38226388+Gcenx@users.noreply.github.com>
AuthorDate: Fri Oct 18 17:35:18 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libomp: Don't block Universal, let base handle it
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    macOS Mojave will give the following error;
</span><span style='display:block; white-space:pre;color:#404040;'>    port install libomp +universal
</span><span style='display:block; white-space:pre;color:#404040;'>    Error: libomp cannot be installed for the configured universal_archs 'x86_64 i386' because the arch(s) 'i386' are not supported.
</span><span style='display:block; white-space:pre;color:#404040;'>    Error: Follow https://guide.macports.org/#project.tickets to report a bug.
</span><span style='display:block; white-space:pre;color:#404040;'>    Error: Processing of port libomp failed
</span>---
 lang/libomp/Portfile | 2 --
 1 file changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libomp/Portfile b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 278d2e0..00a0e6d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -105,8 +105,6 @@ foreach ver {3.8 3.9 4.0 5.0 6.0 7.0 8.0 9.0 devel} {
</span> 
 if {${os.major} <= 17} {
     default_variants        +universal
<span style='display:block; white-space:pre;background:#ffe0e0;'>-} else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    universal_variant       no
</span> }
 
 # Do actual install into ${prefix}/(install|lib)/libomp
</pre><pre style='margin:0'>

</pre>