<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository mpbb.

</pre>
<p><a href="https://github.com/macports/mpbb/commit/15d7ae54c2efdac4585cd867f0ea8600be9f3416">https://github.com/macports/mpbb/commit/15d7ae54c2efdac4585cd867f0ea8600be9f3416</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 15d7ae5  Don't exclude noarch ports
</span>15d7ae5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 15d7ae54c2efdac4585cd867f0ea8600be9f3416
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Jan 10 03:10:08 2017 +1100

<span style='display:block; white-space:pre;color:#404040;'>    Don't exclude noarch ports
</span>---
 mpbb-list-subports | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mpbb-list-subports b/mpbb-list-subports
</span><span style='display:block; white-space:pre;color:#808080;'>index 56df587..1bc1b16 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mpbb-list-subports
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mpbb-list-subports
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -67,7 +67,7 @@ print-subports() {
</span>                 if [[ "${os_version}" = "10.6" && "${is_64bit_capable}" = "0" && ! ("${supported_archs}" == *"x86_64"* && "${supported_archs}" == *"i386"*) ]]; then
                     exclude=1
                     exclude_reasons+=("the ${os_version}_x86_64 builder will build it")
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                elif [[ "${os_version}" = "10.5" && "${supported_archs}" != *"ppc"* ]]; then
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                elif [[ "${os_version}" = "10.5" && "${supported_archs}" != *"ppc"* && "${supported_archs}" != *"noarch"* ]]; then
</span>                     exclude=1
                     exclude_reasons+=("it does not support the ppc arch")
                 fi
</pre><pre style='margin:0'>

</pre>