Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 769386

Summary: app-emulation/qemu: depend on VGA BIOS files for ppc
Product: Gentoo Linux Reporter: David Michael <fedora.dm0>
Component: Current packagesAssignee: Matthias Maier <tamiko>
Status: RESOLVED FIXED    
Severity: normal CC: slyfox, virtualization
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fix.patch

Description David Michael 2021-02-08 02:27:19 UTC
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?
Comment 1 David Michael 2021-02-08 02:28:57 UTC
Created attachment 685986 [details, diff]
fix.patch
Comment 2 Larry the Git Cow gentoo-dev 2021-02-08 09:31:35 UTC
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(-)
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2021-02-08 09:32:09 UTC
Pulled as is. Thank you!