Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Sat, 26 Jun 2021 12:00:16
Message-Id: 1624708799.b88610994726764bef141636e78620b95f9cab77.slyfox@gentoo
1 commit: b88610994726764bef141636e78620b95f9cab77
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 26 11:59:59 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 26 11:59:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8861099
7
8 app-emulation/qemu: USE=sdl-image relies on USE=sdl
9
10 Reported-by: Toralf Förster
11 Closes: https://bugs.gentoo.org/798741
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 app-emulation/qemu/qemu-6.0.0.ebuild | 1 +
16 app-emulation/qemu/qemu-9999.ebuild | 1 +
17 2 files changed, 2 insertions(+)
18
19 diff --git a/app-emulation/qemu/qemu-6.0.0.ebuild b/app-emulation/qemu/qemu-6.0.0.ebuild
20 index 0573493ead0..fbd240df60c 100644
21 --- a/app-emulation/qemu/qemu-6.0.0.ebuild
22 +++ b/app-emulation/qemu/qemu-6.0.0.ebuild
23 @@ -108,6 +108,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
24 qemu_softmmu_targets_ppc? ( fdt )
25 qemu_softmmu_targets_riscv32? ( fdt )
26 qemu_softmmu_targets_riscv64? ( fdt )
27 + sdl-image? ( sdl )
28 static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy )
29 static-user? ( !plugins )
30 vhost-user-fs? ( caps seccomp )
31
32 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
33 index 907f45897b8..a3eabad867a 100644
34 --- a/app-emulation/qemu/qemu-9999.ebuild
35 +++ b/app-emulation/qemu/qemu-9999.ebuild
36 @@ -108,6 +108,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
37 qemu_softmmu_targets_ppc? ( fdt )
38 qemu_softmmu_targets_riscv32? ( fdt )
39 qemu_softmmu_targets_riscv64? ( fdt )
40 + sdl-image? ( sdl )
41 static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy )
42 static-user? ( !plugins )
43 vhost-user-fs? ( caps seccomp )