<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d75304ee9fd68a36ae64d54ce2fc6d004b5677f9">https://github.com/macports/macports-ports/commit/d75304ee9fd68a36ae64d54ce2fc6d004b5677f9</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 d75304ee9fd rust-src: allow installing on all platforms
</span>d75304ee9fd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d75304ee9fd68a36ae64d54ce2fc6d004b5677f9
</span>Author: Evan Miller <emmiller@gmail.com>
AuthorDate: Mon Dec 13 08:57:16 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    rust-src: allow installing on all platforms
</span>---
 lang/rust/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/rust/Portfile b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 49fdcbef61d..2531dce6378 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -158,7 +158,7 @@ checksums-append    rust-std-${rustc_version}-x86_64-apple-${os.platform}${extra
</span> # The only way to introduce support of macOS 10.6 is reimplement __thread
 # See: https://github.com/rust-lang/rust/issues/10842
 set min_darwin 11
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.platform} eq "darwin" && ${os.major} < ${min_darwin}} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} < ${min_darwin} && ${subport} ne "rust-src"} {
</span>     known_fail yes
     pre-fetch {
         ui_error "${name} is only supported on macOS 10.[expr ${min_darwin} - 4] or later."
</pre><pre style='margin:0'>

</pre>