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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/20fbe9af92497c1e83050f2564e4670414f0a820">https://github.com/macports/macports-ports/commit/20fbe9af92497c1e83050f2564e4670414f0a820</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 20fbe9a  qgis3: fix #59986 by removing the +python34 variant
</span>20fbe9a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 20fbe9af92497c1e83050f2564e4670414f0a820
</span>Author: Veence <vince@macports.org>
AuthorDate: Sun Jan 19 21:47:33 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    qgis3: fix #59986 by removing the +python34 variant
</span>---
 gis/qgis3/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/qgis3/Portfile b/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1c49093..342a0df 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -181,7 +181,7 @@ set pgdefault "${pgdefault}} { default_variants +postgresql12 }"
</span> eval ${pgdefault}
 
 # Python variants
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python_suffixes {34 35 36 37 38}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_suffixes {35 36 37 38}
</span> set python_variants {}
 
 foreach pyver ${python_suffixes} {
</pre><pre style='margin:0'>

</pre>