<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d23a52a1aa508a2ad980c7692b415ec0737b5fe4">https://github.com/macports/macports-ports/commit/d23a52a1aa508a2ad980c7692b415ec0737b5fe4</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 d23a52a  pymol: Fix typo in variant description
</span>d23a52a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d23a52a1aa508a2ad980c7692b415ec0737b5fe4
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Apr 23 20:20:29 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    pymol: Fix typo in variant description
</span>---
 science/pymol/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/pymol/Portfile b/science/pymol/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1c97e98..fac0773 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/pymol/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/pymol/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,7 +31,7 @@ compilers.setup
</span> variant python27 conflicts python34 python35 python36 description {Use Python 2.7} {}
 variant python34 conflicts python27 python35 python36 description {Use Python 3.4} {}
 variant python35 conflicts python27 python34 python36 description {Use Python 3.5} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python34 python35 description {Use Python 3.5} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python34 python35 description {Use Python 3.6} {}
</span> 
 if {[variant_isset python34]} {
     python.default_version 34
</pre><pre style='margin:0'>

</pre>