<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/65d1183de7f0b4e21b27a821a7a07ddb04270fca">https://github.com/macports/macports-ports/commit/65d1183de7f0b4e21b27a821a7a07ddb04270fca</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 65d1183de7f gsl: Fix +doc_python37 variant
</span>65d1183de7f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 65d1183de7f0b4e21b27a821a7a07ddb04270fca
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Apr 6 02:41:28 2021 -0500

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/gsl/Portfile b/math/gsl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f6e36c3403e..539d3c78061 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/gsl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/gsl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,7 +60,7 @@ variant doc_python37 conflicts doc_python27 doc_python35 doc_python36 doc_python
</span> variant doc_python38 conflicts doc_python27 doc_python35 doc_python36 doc_python37 doc_python39 description {Install PDF and HTML documentation using Python 3.8} {}
 variant doc_python39 conflicts doc_python27 doc_python35 doc_python36 doc_python37 doc_python38 description {Install PDF and HTML documentation using Python 3.9} {}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[variant_isset doc_python27] || [variant_isset doc_python35] || [variant_isset doc_python36] || [variant_isset doc_python38] || [variant_isset doc_python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[variant_isset doc_python27] || [variant_isset doc_python35] || [variant_isset doc_python36] || [variant_isset doc_python37] || [variant_isset doc_python38] || [variant_isset doc_python39]} {
</span>     depends_build   port:ghostscript \
                     bin:latexmk:latexmk \
                     bin:latex:texlive \
</pre><pre style='margin:0'>

</pre>