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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/acd6b8ec1178e272c5d2c62304846d531be9e102">https://github.com/macports/macports-ports/commit/acd6b8ec1178e272c5d2c62304846d531be9e102</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 acd6b8ec117 holoviews: don't set conflicting default variant
</span>acd6b8ec117 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit acd6b8ec1178e272c5d2c62304846d531be9e102
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Dec 28 12:00:59 2021 +1100

<span style='display:block; white-space:pre;color:#404040;'>    holoviews: don't set conflicting default variant
</span>---
 science/holoviews/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/holoviews/Portfile b/science/holoviews/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 40a08bb6dc2..f944f0a52b7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/holoviews/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/holoviews/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,8 +25,8 @@ variant python38 conflicts python37 python39 python310 description {Use Python 3
</span> variant python39 conflicts python37 python38 python310 description {Use Python 3.9} {}
 variant python310 conflicts python37 python38 python39 description {Use Python 3.10} {}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python37] \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    && ![variant_isset python39] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python37] && ![variant_isset python38]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        && ![variant_isset python310]} {
</span>     default_variants +python39
 }
 
</pre><pre style='margin:0'>

</pre>