Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Mon, 29 Apr 2019 15:22:50
Message-Id: 1556551342.b4eab1a0b8049fd0346e609d359a9eac1854469e.tamiko@gentoo
1 commit: b4eab1a0b8049fd0346e609d359a9eac1854469e
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 15:21:30 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 15:22:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4eab1a0
7
8 app-emulation/qemu: do not strip QA_PREBUILT
9
10 Package-Manager: Portage-2.3.65, Repoman-2.3.12
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 app-emulation/qemu/qemu-4.0.0.ebuild | 3 +++
15 app-emulation/qemu/qemu-9999.ebuild | 3 +++
16 2 files changed, 6 insertions(+)
17
18 diff --git a/app-emulation/qemu/qemu-4.0.0.ebuild b/app-emulation/qemu/qemu-4.0.0.ebuild
19 index dc29a0e7920..1880553a974 100644
20 --- a/app-emulation/qemu/qemu-4.0.0.ebuild
21 +++ b/app-emulation/qemu/qemu-4.0.0.ebuild
22 @@ -696,6 +696,9 @@ src_install() {
23 dodoc Changelog MAINTAINERS docs/specs/pci-ids.txt
24 newdoc pc-bios/README README.pc-bios
25
26 + # Disallow stripping of prebuilt firmware files.
27 + dostrip -x ${QA_PREBUILT}
28 +
29 if [[ -n ${softmmu_targets} ]]; then
30 # Remove SeaBIOS since we're using the SeaBIOS packaged one
31 rm "${ED}/usr/share/qemu/bios.bin"
32
33 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
34 index fb90986754b..e765af785c6 100644
35 --- a/app-emulation/qemu/qemu-9999.ebuild
36 +++ b/app-emulation/qemu/qemu-9999.ebuild
37 @@ -695,6 +695,9 @@ src_install() {
38 dodoc Changelog MAINTAINERS docs/specs/pci-ids.txt
39 newdoc pc-bios/README README.pc-bios
40
41 + # Disallow stripping of prebuilt firmware files.
42 + dostrip -x ${QA_PREBUILT}
43 +
44 if [[ -n ${softmmu_targets} ]]; then
45 # Remove SeaBIOS since we're using the SeaBIOS packaged one
46 rm "${ED}/usr/share/qemu/bios.bin"