<pre style='margin:0'>
Andrea D'Amore (anddam) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cea44ea87b8657a4df57166561db92e13b7ed42e">https://github.com/macports/macports-ports/commit/cea44ea87b8657a4df57166561db92e13b7ed42e</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 cea44ea  port xonsh: fix variants conflict with default; nomaintainer
</span>cea44ea is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cea44ea87b8657a4df57166561db92e13b7ed42e
</span>Author: Andrea D'Amore <and.damore@macports.org>
AuthorDate: Thu Jan 26 10:16:51 2017 +0100

<span style='display:block; white-space:pre;color:#404040;'>    port xonsh: fix variants conflict with default; nomaintainer
</span>---
 shells/xonsh/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/shells/xonsh/Portfile b/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 162637c..684b867 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,4 +53,6 @@ variant python36 conflicts python34 python35 description {Use Python 3.6} {
</span>     python.default_version 36
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants +python36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python34] && ![variant_isset python35]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>

</pre>