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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/61cfa800f7a2eb941fd74585a8a615a21b981bc7">https://github.com/macports/macports-ports/commit/61cfa800f7a2eb941fd74585a8a615a21b981bc7</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 61cfa800f7a2eb941fd74585a8a615a21b981bc7
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Aug 1 15:14:38 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libtapi: Use python38 to build instead of python27
</span>---
 devel/libtapi/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libtapi/Portfile b/devel/libtapi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 629eb4f6f54..1c4b2045f34 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libtapi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libtapi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,9 +41,9 @@ post-extract {
</span>     system -W ${worksrcpath} "ln -s ../../tapi ${worksrcpath}/clang/tools/tapi"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build-append    port:python27
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python2.7
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_skip_archcheck-append python27
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append    port:python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append   -DPYTHON_EXECUTABLE=${prefix}/bin/python3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_skip_archcheck-append python38
</span> 
 # remove need for port:libxml2 dependency
 configure.args-append -DLIBXML2_LIBRARIES=IGNORE
</pre><pre style='margin:0'>

</pre>