diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-26 12:59:59 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-26 12:59:59 +0100 |
commit | b88610994726764bef141636e78620b95f9cab77 (patch) | |
tree | f94eac957958b7bb750a8a1e5a4fc825d9d18620 /app-emulation | |
parent | app-emulation/virt-manager: enable tests for live ebuild (diff) | |
download | gentoo-b88610994726764bef141636e78620b95f9cab77.tar.gz gentoo-b88610994726764bef141636e78620b95f9cab77.tar.bz2 gentoo-b88610994726764bef141636e78620b95f9cab77.zip |
app-emulation/qemu: USE=sdl-image relies on USE=sdl
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/798741
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-6.0.0.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/qemu/qemu-6.0.0.ebuild b/app-emulation/qemu/qemu-6.0.0.ebuild index 0573493ead0a..fbd240df60c4 100644 --- a/app-emulation/qemu/qemu-6.0.0.ebuild +++ b/app-emulation/qemu/qemu-6.0.0.ebuild @@ -108,6 +108,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_riscv32? ( fdt ) qemu_softmmu_targets_riscv64? ( fdt ) + sdl-image? ( sdl ) static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy ) static-user? ( !plugins ) vhost-user-fs? ( caps seccomp ) diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 907f45897b86..a3eabad867ae 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -108,6 +108,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_riscv32? ( fdt ) qemu_softmmu_targets_riscv64? ( fdt ) + sdl-image? ( sdl ) static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy ) static-user? ( !plugins ) vhost-user-fs? ( caps seccomp ) |