From d8bae05997012bacefdf65cb1f273a437c448129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Thu, 8 Dec 2016 14:19:37 +0100 Subject: [PATCH] [app-emulation/qemu] drop dropping of dsdt, seabios does not supply them anymore --- app-emulation/qemu/qemu-2.7.0-r7.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app-emulation/qemu/qemu-2.7.0-r7.ebuild b/app-emulation/qemu/qemu-2.7.0-r7.ebuild index 14f30c3..0376cd3 100644 --- a/app-emulation/qemu/qemu-2.7.0-r7.ebuild +++ b/app-emulation/qemu/qemu-2.7.0-r7.ebuild @@ -644,13 +644,9 @@ src_install() { # Remove SeaBIOS since we're using the SeaBIOS packaged one rm "${ED}/usr/share/qemu/bios.bin" rm "${ED}/usr/share/qemu/bios-256k.bin" - rm "${ED}/usr/share/qemu/acpi-dsdt.aml" - rm "${ED}/usr/share/qemu/q35-acpi-dsdt.aml" if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then dosym ../seabios/bios.bin /usr/share/qemu/bios.bin dosym ../seabios/bios-256k.bin /usr/share/qemu/bios-256k.bin - dosym ../seabios/acpi-dsdt.aml /usr/share/qemu/acpi-dsdt.aml - dosym ../seabios/q35-acpi-dsdt.aml /usr/share/qemu/q35-acpi-dsdt.aml fi # Remove VGABIOS since we're using the SeaBIOS packaged one