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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9ee580fd524c84ab6b70478e329b96564999a88b">https://github.com/macports/macports-ports/commit/9ee580fd524c84ab6b70478e329b96564999a88b</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 9ee580f  qt5-creator: Mark qtwebengine variant as conflicting with universal variant
</span>9ee580f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9ee580fd524c84ab6b70478e329b96564999a88b
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Nov 6 09:56:44 2016 -0700

<span style='display:block; white-space:pre;color:#404040;'>    qt5-creator: Mark qtwebengine variant as conflicting
</span><span style='display:block; white-space:pre;color:#404040;'>    with universal variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    qtwebengine port does not have a universal variant.
</span>---
 devel/qt5-creator/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/qt5-creator/Portfile b/devel/qt5-creator/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 74ef7c5..0b33845 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/qt5-creator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/qt5-creator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,7 +52,8 @@ if { ${subport} eq ${name}  } {
</span>         depends_lib-append port:qt5-qtwebkit
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant qtwebengine description {build with QtWebengine support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # qtwebengine does not have a universal build
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant qtwebengine conflicts universal description {build with QtWebengine support} {
</span>         patchfiles-delete  patch-no_qtwebkit.diff
         depends_lib-append port:qt5-qtwebengine
     }
</pre><pre style='margin:0'>

</pre>