commit:     b4eab1a0b8049fd0346e609d359a9eac1854469e
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 15:21:30 2019 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 15:22:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4eab1a0

app-emulation/qemu: do not strip QA_PREBUILT

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/qemu/qemu-4.0.0.ebuild | 3 +++
 app-emulation/qemu/qemu-9999.ebuild  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/app-emulation/qemu/qemu-4.0.0.ebuild 
b/app-emulation/qemu/qemu-4.0.0.ebuild
index dc29a0e7920..1880553a974 100644
--- a/app-emulation/qemu/qemu-4.0.0.ebuild
+++ b/app-emulation/qemu/qemu-4.0.0.ebuild
@@ -696,6 +696,9 @@ src_install() {
        dodoc Changelog MAINTAINERS docs/specs/pci-ids.txt
        newdoc pc-bios/README README.pc-bios
 
+       # Disallow stripping of prebuilt firmware files.
+       dostrip -x ${QA_PREBUILT}
+
        if [[ -n ${softmmu_targets} ]]; then
                # Remove SeaBIOS since we're using the SeaBIOS packaged one
                rm "${ED}/usr/share/qemu/bios.bin"

diff --git a/app-emulation/qemu/qemu-9999.ebuild 
b/app-emulation/qemu/qemu-9999.ebuild
index fb90986754b..e765af785c6 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -695,6 +695,9 @@ src_install() {
        dodoc Changelog MAINTAINERS docs/specs/pci-ids.txt
        newdoc pc-bios/README README.pc-bios
 
+       # Disallow stripping of prebuilt firmware files.
+       dostrip -x ${QA_PREBUILT}
+
        if [[ -n ${softmmu_targets} ]]; then
                # Remove SeaBIOS since we're using the SeaBIOS packaged one
                rm "${ED}/usr/share/qemu/bios.bin"

Reply via email to