<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/be85030166839e780c0a4e3944d597a88cc4ab3e">https://github.com/macports/macports-ports/commit/be85030166839e780c0a4e3944d597a88cc4ab3e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit be85030166839e780c0a4e3944d597a88cc4ab3e
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat May 7 07:27:53 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    qemu: Remove duplicate glib2 dep in dbus variant
</span>---
 emulators/qemu/Portfile | 2 --
 1 file changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/qemu/Portfile b/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7cc80e476da..5383a1a21da 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,6 @@ version                 7.0.0
</span> revision                0
 categories              emulators
 license                 GPL-2+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms               darwin
</span> maintainers             {raimue @raimue} \
                         openmaintainer
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -257,7 +256,6 @@ variant ssh description {Support remote block devices over SSH} {
</span> variant dbus description {Export the VM display through D-Bus} {
     configure.args-replace  --disable-dbus-display --enable-dbus-display
     configure.args-append   --enable-modules
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:glib2
</span> }
 
 # Default universal variant does not work
</pre><pre style='margin:0'>

</pre>