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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/069f29d714f033bae7c722cec5e29faeb7b526cd">https://github.com/macports/macports-ports/commit/069f29d714f033bae7c722cec5e29faeb7b526cd</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 069f29d714f cm256cc: remove supported_archs constraint
</span>069f29d714f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 069f29d714f033bae7c722cec5e29faeb7b526cd
</span>Author: Davide Gerhard <ra1nb0w@macports.org>
AuthorDate: Fri Apr 23 09:57:58 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    cm256cc: remove supported_archs constraint
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    was to disable PPC installation since it works only on x86/x86_64 and
</span><span style='display:block; white-space:pre;color:#404040;'>    arm64. I think that nowadays nobody try to use this on PPC.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    thank you @ryandesign
</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/62731
</span>---
 science/cm256cc/Portfile | 2 --
 1 file changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/cm256cc/Portfile b/science/cm256cc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0b50fda40e9..506622419f2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/cm256cc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/cm256cc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,8 +19,6 @@ checksums           rmd160  aea08a187d4357346870b05c996c1caecce1b6d1 \
</span>                     size    57014
 revision            0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs     x86_64 i386
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> compiler.cxx_standard 2011
 
 test.run            yes
</pre><pre style='margin:0'>

</pre>