<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/4074ea8be4abc22501ce9aeb85e9297a2c0421e9">https://github.com/macports/macports-ports/commit/4074ea8be4abc22501ce9aeb85e9297a2c0421e9</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4074ea8be4abc22501ce9aeb85e9297a2c0421e9
</span>Author: Yen Chi Hsuan <yan12125@gmail.com>
AuthorDate: Wed Jul 12 01:30:33 2017 +0800

<span style='display:block; white-space:pre;color:#404040;'>    libepoxy: python is just a build-time dependency
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://github.com/macports/macports-ports/pull/582
</span>---
 graphics/libepoxy/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/libepoxy/Portfile b/graphics/libepoxy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e21a91c..7bb0058 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/libepoxy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/libepoxy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,22 +45,22 @@ configure.args      --disable-silent-rules \
</span>                     --enable-glx
 
 variant python27 conflicts python34 python35 python36 description {build with python 2.7} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python27
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:python27
</span>     configure.python        ${prefix}/bin/python2.7
 }
 
 variant python34 conflicts python27 python35 python36 description {build with python 3.4} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python34
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:python34
</span>     configure.python        ${prefix}/bin/python3.4
 }
 
 variant python35 conflicts python27 python34 python36 description {build with python 3.5} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python35
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:python35
</span>     configure.python        ${prefix}/bin/python3.5
 }
 
 variant python36 conflicts python27 python34 python35 description {build with python 3.6} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:python36
</span>     configure.python        ${prefix}/bin/python3.6
 }
 
</pre><pre style='margin:0'>

</pre>