<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/330d7db7e220eb6c2bff8bcdc41e7cc088fe3f59">https://github.com/macports/macports-ports/commit/330d7db7e220eb6c2bff8bcdc41e7cc088fe3f59</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 330d7db  MacVim: Disable builds on i386 and +universal
</span>330d7db is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 330d7db7e220eb6c2bff8bcdc41e7cc088fe3f59
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Mon Sep 4 17:06:02 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    MacVim: Disable builds on i386 and +universal
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/54666
</span>---
 editors/MacVim/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/MacVim/Portfile b/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 86441b5..1a296b6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,6 +26,10 @@ depends_lib         port:ncurses \
</span>                     port:gettext \
                     port:libiconv
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# MacVim does not build for arch i386
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/54666
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     x86_64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> patchfiles          patch-MacVim-GCC-VERSION.diff \
                     patch-remove-sparkle.diff
 
</pre><pre style='margin:0'>

</pre>