Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 769386 - app-emulation/qemu: depend on VGA BIOS files for ppc
Summary: app-emulation/qemu: depend on VGA BIOS files for ppc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-02-08 02:27 UTC by David Michael
Modified: 2021-02-08 09:32 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fix.patch (0001-app-emulation-qemu-depend-on-VGA-BIOS-files-for-PPC.patch,3.61 KB, patch)
2021-02-08 02:28 UTC, David Michael
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!