<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/191cd13481a7dd6d0660d94be3f6813d1022a85d">https://github.com/macports/macports-ports/commit/191cd13481a7dd6d0660d94be3f6813d1022a85d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 191cd13481a7dd6d0660d94be3f6813d1022a85d
</span>Author: Eric Gallager <egall@gwmail.gwu.edu>
AuthorDate: Wed Jul 21 23:16:07 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    spice-gtk: Mark conflict between variants
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Variants +quartz and +x11 conflict, but are not actually marked as conflicting, meaning if a user just does `port variants spice-gtk` they'll think both can be installed. This fixes that.
</span>---
 gnome/spice-gtk/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/spice-gtk/Portfile b/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 77424db5b81..19647432ee8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -68,12 +68,12 @@ depends_lib-append  port:spice-protocol \
</span> configure.cppflags-append \
                     -D_XOPEN_SOURCE
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant quartz {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant quartz conflicts x11 {
</span>     # Quartz & X11 binaries are incompatible, although built similarly
     require_active_variants gtk3 quartz x11
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant x11 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant x11 conflicts quartz {
</span>     # Quartz & X11 binaries are incompatible, although built similarly
     require_active_variants gtk3 x11 quartz
 }
</pre><pre style='margin:0'>

</pre>