The ebuild depends on seabios[vga] for ppc64, but ppc needs the VGA BIOS files as well. (I used it to run PPC OS X VMs with KVM.) Can the ppc64 conditional blocks be copied for ppc?
Created attachment 685986 [details, diff] fix.patch
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33890df10cb39d0b36be26a506fe5b0c18a8c8f8 commit 33890df10cb39d0b36be26a506fe5b0c18a8c8f8 Author: David Michael <fedora.dm0@gmail.com> AuthorDate: 2021-02-08 02:28:27 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2021-02-08 09:31:29 +0000 app-emulation/qemu: depend on VGA BIOS files for PPC Closes: https://bugs.gentoo.org/769386 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> app-emulation/qemu/qemu-5.2.0-r2.ebuild | 9 +++++---- app-emulation/qemu/qemu-9999.ebuild | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-)
Pulled as is. Thank you!