<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/736d256d5b5386790d67cb6fcf2710e0f166327f">https://github.com/macports/macports-ports/commit/736d256d5b5386790d67cb6fcf2710e0f166327f</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 736d256d5b5 volk: default to +python38 variant
</span>736d256d5b5 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 736d256d5b5386790d67cb6fcf2710e0f166327f
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Sat Aug 22 16:26:27 2020 -0400
<span style='display:block; white-space:pre;color:#404040;'> volk: default to +python38 variant
</span>---
science/volk/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/volk/Portfile b/science/volk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 35a7b9ae781..c54302a2911 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/volk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/volk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -120,7 +120,7 @@ provides the release version, which is typically updated every month or so.
</span> }
if {![variant_isset debug]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set selected_python python37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set selected_python python38
</span> foreach s ${pythons_suffixes} {
if {[variant_isset python${s}]} {
set selected_python python${s}
</pre><pre style='margin:0'>
</pre>