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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7d5c4eaea155e607ccd2356fab105c41d837997b">https://github.com/macports/macports-ports/commit/7d5c4eaea155e607ccd2356fab105c41d837997b</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 7d5c4ea  xindy: remove unnecessary architecture restriction
</span>7d5c4ea is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7d5c4eaea155e607ccd2356fab105c41d837997b
</span>Author: Dan R. K. Ports <dports@macports.org>
AuthorDate: Sat Feb 17 20:15:03 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    xindy: remove unnecessary architecture restriction
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/55692
</span>---
 tex/xindy/Portfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/tex/xindy/Portfile b/tex/xindy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8ab3ac9..3a094cf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/tex/xindy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/tex/xindy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem 1.0
</span> 
 name            xindy
 version         2.5.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision        1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision        2
</span> 
 categories      tex textproc
 license         GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,9 +24,6 @@ platforms       darwin
</span> homepage        http://www.xindy.org/
 master_sites    tex_ctan:indexing/${name}/base/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# requires clisp, which only supports these architectures
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs i386 ppc x86_64
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # compiled part of xindy (tex2xindy) can be universal
 # clisp is called in the xindy Perl script
 depends_skip_archcheck clisp
</pre><pre style='margin:0'>

</pre>