<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/60ddeb47a5b4dbf4d0c77f9078276dadc3c0c461">https://github.com/macports/macports-ports/commit/60ddeb47a5b4dbf4d0c77f9078276dadc3c0c461</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 60ddeb47a5b android-platform-tools: Set install_libs to no
</span>60ddeb47a5b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 60ddeb47a5b4dbf4d0c77f9078276dadc3c0c461
</span>Author: Marcel Bochtler <git@bochtler.io>
AuthorDate: Mon Nov 29 20:29:04 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    android-platform-tools: Set install_libs to no
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    As android-platform-tools does not install any shared libraries, disable
</span><span style='display:block; white-space:pre;color:#404040;'>    `install_libs` specifically so it can be used as dependency in ports
</span><span style='display:block; white-space:pre;color:#404040;'>    that do not specify `supported_archs x86_64` specifically.
</span>---
 java/android-platform-tools/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/android-platform-tools/Portfile b/java/android-platform-tools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6206c8b3d80..53d02e8e001 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/android-platform-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/android-platform-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,7 @@ set ver_hash        e8b2b4cbe47c728c1e54c5f524440b52d4e1a33c
</span> # Starting from 30.0.1 there's this long string in the file name. Probably commit hash.
 # Can be found in https://dl-ssl.google.com/android/repository/repository2-1.xml
 categories          java devel
<span style='display:block; white-space:pre;background:#e0ffe0;'>+installs_libs       no
</span> maintainers         nomaintainer
 
 homepage            https://developer.android.com/studio/
</pre><pre style='margin:0'>

</pre>