commit:     3f6cf2bd9f9eb9ff0c6bd858de14fcfd16058b0d
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 20 20:40:50 2021 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Mon Dec 20 20:43:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6cf2bd

app-emulation/qemu: x86_64-softmmu requires fdt

Closes: https://bugs.gentoo.org/829717
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 app-emulation/qemu/qemu-6.2.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emulation/qemu/qemu-6.2.0.ebuild 
b/app-emulation/qemu/qemu-6.2.0.ebuild
index 4dedacb8a22c..954fff1970fd 100644
--- a/app-emulation/qemu/qemu-6.2.0.ebuild
+++ b/app-emulation/qemu/qemu-6.2.0.ebuild
@@ -105,6 +105,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
        qemu_softmmu_targets_ppc? ( fdt )
        qemu_softmmu_targets_riscv32? ( fdt )
        qemu_softmmu_targets_riscv64? ( fdt )
+       qemu_softmmu_targets_x86_64? ( fdt )
        sdl-image? ( sdl )
        static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins 
!rbd !snappy !udev )
        static-user? ( !plugins )

Reply via email to