<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/6b04a300f88e4716d1ea038a43765dd4082f28c5">https://github.com/macports/macports-ports/commit/6b04a300f88e4716d1ea038a43765dd4082f28c5</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 6b04a30  gnutls: trivial change to allow PPC build
</span>6b04a30 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6b04a300f88e4716d1ea038a43765dd4082f28c5
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Apr 20 14:39:14 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gnutls: trivial change to allow PPC build
</span>---
 devel/gnutls/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/gnutls/Portfile b/devel/gnutls/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c59ebca..ad56f91 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/gnutls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/gnutls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -113,7 +113,7 @@ if {[variant_isset universal]} {
</span>         --host=i686-apple-${os.platform}${os.major} \
         --build=i686-apple-${os.platform}${os.major}
         default_variants    +doc
<span style='display:block; white-space:pre;background:#ffe0e0;'>-} elseif {${build_arch} eq "x86_64"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+} else {
</span>     configure.args-append \
         --host=${build_arch}-apple-${os.platform}${os.major} \
         --build=${build_arch}-apple-${os.platform}${os.major}
</pre><pre style='margin:0'>

</pre>