<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/dc3861358e612374d2ae5f7877e1d0c1ec13d121">https://github.com/macports/mpbb/commit/dc3861358e612374d2ae5f7877e1d0c1ec13d121</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 dc38613 mpbb: fix typo
</span>dc38613 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit dc3861358e612374d2ae5f7877e1d0c1ec13d121
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Jan 6 18:56:11 2021 +1100
<span style='display:block; white-space:pre;color:#404040;'> mpbb: fix typo
</span>---
tools/sort-with-subports.tcl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/tools/sort-with-subports.tcl b/tools/sort-with-subports.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 072e8f2..cc12660 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/tools/sort-with-subports.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/tools/sort-with-subports.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -320,7 +320,7 @@ while {[llength $todo] > 0} {
</span> }
i386 {
if {${is_64bit_capable}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- if {$::macports::os_major >= 18 && $supported_archs ne "" $supported_archs ne "noarch" && "x86_64" ni $supported_archs} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {$::macports::os_major >= 18 && $supported_archs ne "" && $supported_archs ne "noarch" && "x86_64" ni $supported_archs} {
</span> if {[info exists requestedports($p)]} {
puts stderr "Excluding $portinfo(name) because it does not support the x86_64 arch"
}
</pre><pre style='margin:0'>
</pre>