<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/74eea43c72baaeff48e0f990cc3cd94d9cf277fe">https://github.com/macports/macports-ports/commit/74eea43c72baaeff48e0f990cc3cd94d9cf277fe</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 74eea43c72baaeff48e0f990cc3cd94d9cf277fe
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Mon Sep 30 12:26:24 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> squeak: enable on < 10.8
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/36369
</span>---
lang/squeak/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/squeak/Portfile b/lang/squeak/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3a29f63a138..4fe6fd265a2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/squeak/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/squeak/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +23,7 @@ long_description Squeak is a full-featured implementation of the \
</span> distributed freely with a liberal license.
# https://trac.macports.org/ticket/36369
<span style='display:block; white-space:pre;background:#ffe0e0;'>-known_fail yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms {darwin < 12}
</span>
homepage http://www.squeak.org
</pre><pre style='margin:0'>
</pre>