summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2021-12-20 14:40:50 -0600
committerJohn Helmert III <ajak@gentoo.org>2021-12-20 14:43:49 -0600
commit3f6cf2bd9f9eb9ff0c6bd858de14fcfd16058b0d (patch)
treef5a129190dcfe516e00f8663ea3829ecc8fd1d1e /app-emulation
parentdev-ada/langkit: fix failing test (diff)
downloadgentoo-3f6cf2bd9f9eb9ff0c6bd858de14fcfd16058b0d.tar.gz
gentoo-3f6cf2bd9f9eb9ff0c6bd858de14fcfd16058b0d.tar.bz2
gentoo-3f6cf2bd9f9eb9ff0c6bd858de14fcfd16058b0d.zip
app-emulation/qemu: x86_64-softmmu requires fdt
Closes: https://bugs.gentoo.org/829717 Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/qemu-6.2.0.ebuild1
1 files changed, 1 insertions, 0 deletions
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 )