<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/ec6a0063187a06d9d4ea0532241ceb42817f092f">https://github.com/macports/macports-ports/commit/ec6a0063187a06d9d4ea0532241ceb42817f092f</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 ec6a006  PothosLiquidDSP: Fix variant descriptions
</span>ec6a006 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ec6a0063187a06d9d4ea0532241ceb42817f092f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jun 29 21:54:00 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    PothosLiquidDSP: Fix variant descriptions
</span>---
 science/PothosLiquidDSP/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/PothosLiquidDSP/Portfile b/science/PothosLiquidDSP/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 021bb60..26b4c48 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/PothosLiquidDSP/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/PothosLiquidDSP/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,9 +26,9 @@ revision            0
</span> set PythonVersionNoDot ""
 
 # select Python to use; default to 3.6
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python36 python37 description {Build GNU Radio using Python 3.5} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python35 python37 description {Build GNU Radio using Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python35 python36 description {Build GNU Radio using Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python36 python37 description {Build using Python 3.5} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python35 python37 description {Build using Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python35 python36 description {Build using Python 3.7} {}
</span> 
 if {![variant_isset python35] &&
     ![variant_isset python36] &&
</pre><pre style='margin:0'>

</pre>