<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/37f9a0834076429a87b3a356039b1f9378b8c2a2">https://github.com/macports/macports-ports/commit/37f9a0834076429a87b3a356039b1f9378b8c2a2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 37f9a0834076429a87b3a356039b1f9378b8c2a2
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Dec 13 23:26:23 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    dbus-python: enable test variant for more subports
</span>---
 devel/dbus-python/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/dbus-python/Portfile b/devel/dbus-python/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 78e07fc..0af5643 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/dbus-python/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/dbus-python/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -105,7 +105,7 @@ foreach python_version ${python_versions} {
</span>         }
 
         # pyXY-gobject, which is required to test, is only supported on certain versions of python
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        if { [lsearch -exact {27 34 35 36} ${python_version}] != -1 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        if { [lsearch -exact {27 34 35 36 37 38} ${python_version}] != -1 } {
</span>             variant test {}
 
             test.run yes
</pre><pre style='margin:0'>

</pre>