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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b3371db361314224abbae05d6c0da30cb2ad5b4f">https://github.com/macports/macports-ports/commit/b3371db361314224abbae05d6c0da30cb2ad5b4f</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 b3371db3613 gpodder: python310 variant shouldn't conflict with itself
</span>b3371db3613 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b3371db361314224abbae05d6c0da30cb2ad5b4f
</span>Author: Blair Zajac <blair@macports.org>
AuthorDate: Tue Aug 16 07:58:17 2022 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gpodder: python310 variant shouldn't conflict with itself
</span>---
 gnome/gpodder/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gpodder/Portfile b/gnome/gpodder/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 389051b7add..e9c2b6113e9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gpodder/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gpodder/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,7 +42,7 @@ variant python36 conflicts python27 python35 python37 python38 python39 python31
</span> variant python37 conflicts python27 python35 python36 python38 python39 python310 description {Use Python 3.7} {}
 variant python38 conflicts python27 python35 python36 python37 python39 python310 description {Use Python 3.8} {}
 variant python39 conflicts python27 python35 python36 python37 python38 python310 description {Use Python 3.9} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python27 python35 python36 python37 python38 python310 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python27 python35 python36 python37 python38 python39 description {Use Python 3.10} {}
</span> 
 if {![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
     default_variants +python310
</pre><pre style='margin:0'>

</pre>