<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6706bcdbf0e09c871eb65bfd6f2e2e1a00938f41">https://github.com/macports/macports-ports/commit/6706bcdbf0e09c871eb65bfd6f2e2e1a00938f41</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 6706bcdbf0e qemu: Remove variant +target_moxie
</span>6706bcdbf0e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6706bcdbf0e09c871eb65bfd6f2e2e1a00938f41
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Sat Apr 1 22:57:23 2023 +0200

<span style='display:block; white-space:pre;color:#404040;'>    qemu: Remove variant +target_moxie
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The variant +target_moxie will no longer work, as support for moxie has been removed by upstream in QEMU 6.1. As the variant was not buildable, there is no revision bump necessary for this change.
</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/67092
</span>---
 emulators/qemu/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/qemu/Portfile b/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e8dcab180b6..c32ed3aa93b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -177,7 +177,7 @@ if {${os.platform} eq "darwin" && ${os.major} < 18} {
</span> }
 
 foreach t {i386 x86_64 alpha {arm aarch64} cris hppa m68k {microblaze microblazeel} {mips mipsel mips64 mips64el} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-           nios2 moxie or1k {ppc ppc64} riscv32 riscv64 rx s390x {sh4 sh4eb} {sparc sparc64} tricore {xtensa xtensaeb}} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+           nios2 or1k {ppc ppc64} riscv32 riscv64 rx s390x {sh4 sh4eb} {sparc sparc64} tricore {xtensa xtensaeb}} {
</span>     variant target_[lindex $t 0] description "Add target support for [join $t {, }]" "append target_list \",[join $t -softmmu,]-softmmu\""
 }
 default_variants-append +target_i386 +target_x86_64 +target_arm
</pre><pre style='margin:0'>

</pre>