diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-05-03 08:27:13 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-05-03 08:29:37 -0500 |
commit | 28cb2418389f33ac58f982031f625d11bd940d84 (patch) | |
tree | 9d328524fadb425aca6b4830988cc424f5b7f5c3 /app-emulation/qemu | |
parent | x11-plugins/purple-facebook: Version bump to 0.9.3-c9b74a765767 aka 20170330;... (diff) | |
download | gentoo-28cb2418389f33ac58f982031f625d11bd940d84.tar.gz gentoo-28cb2418389f33ac58f982031f625d11bd940d84.tar.bz2 gentoo-28cb2418389f33ac58f982031f625d11bd940d84.zip |
app-emulation/qemu: add REQUIRED_USE for mips64el-sotfmmu, bug #617354
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-2.9.0-r1.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-2.9.0-r51.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/app-emulation/qemu/qemu-2.9.0-r1.ebuild b/app-emulation/qemu/qemu-2.9.0-r1.ebuild index 2d6bed861d6a..9fdaa1ebac5e 100644 --- a/app-emulation/qemu/qemu-2.9.0-r1.ebuild +++ b/app-emulation/qemu/qemu-2.9.0-r1.ebuild @@ -50,6 +50,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} gtk2? ( gtk ) qemu_softmmu_targets_arm? ( fdt ) qemu_softmmu_targets_microblaze? ( fdt ) + qemu_softmmu_targets_mips64el? ( fdt ) qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_ppc64? ( fdt ) sdl2? ( sdl ) diff --git a/app-emulation/qemu/qemu-2.9.0-r51.ebuild b/app-emulation/qemu/qemu-2.9.0-r51.ebuild index 1d51ab28f5c8..fbbe659a2b2e 100644 --- a/app-emulation/qemu/qemu-2.9.0-r51.ebuild +++ b/app-emulation/qemu/qemu-2.9.0-r51.ebuild @@ -53,6 +53,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} gtk2? ( gtk ) qemu_softmmu_targets_arm? ( fdt ) qemu_softmmu_targets_microblaze? ( fdt ) + qemu_softmmu_targets_mips64el? ( fdt ) qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_ppc64? ( fdt ) sdl2? ( sdl ) diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index c5cac4ad4c6b..f5ab6dbad239 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -52,6 +52,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} gtk2? ( gtk ) qemu_softmmu_targets_arm? ( fdt ) qemu_softmmu_targets_microblaze? ( fdt ) + qemu_softmmu_targets_mips64el? ( fdt ) qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_ppc64? ( fdt ) sdl2? ( sdl ) |