<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/a4e1e681ef0df39d1c3fd3df902c1f2aeac44c71">https://github.com/macports/macports-ports/commit/a4e1e681ef0df39d1c3fd3df902c1f2aeac44c71</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a4e1e681ef0df39d1c3fd3df902c1f2aeac44c71
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon May 6 06:32:38 2024 -0700
<span style='display:block; white-space:pre;color:#404040;'> rust-bootstrap: fix inequality in `platforms`
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See https://github.com/macports/macports-ports/commit/bf30b2c1ed11821e226fa9d7cc6cf898003e2862#r140578792
</span>---
lang/rust-bootstrap/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/rust-bootstrap/Portfile b/lang/rust-bootstrap/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 24bdb002cf9..50d22f48b7a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/rust-bootstrap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/rust-bootstrap/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ license {MIT Apache-2} BSD zlib NCSA Permissive
</span> # we only need this port to be built once, so include `any`
# however, we need it to build on a machine capable of building a 32-bit binary
# see https://trac.macports.org/ticket/69198
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms {darwin any >= 16 <= 17}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms {darwin any >= 16 < 18}
</span> maintainers {mcalhoun @MarcusCalhoun-Lopez} \
openmaintainer
</pre><pre style='margin:0'>
</pre>