summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-04-09 19:59:51 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-04-09 19:59:56 +0100
commit75f31320689f76b7c55f5c854d3015de2737bf92 (patch)
tree93c569a1c67fdf2e471e78e2a99c0531fd93c615 /app-emulation/qemu
parentnet-mail/cyrus-imapd: add missing slashes (diff)
downloadgentoo-75f31320689f76b7c55f5c854d3015de2737bf92.tar.gz
gentoo-75f31320689f76b7c55f5c854d3015de2737bf92.tar.bz2
gentoo-75f31320689f76b7c55f5c854d3015de2737bf92.zip
app-emulation/qemu: add a comment that backend ordering matters
Bug: https://bugs.gentoo.org/716202 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r--app-emulation/qemu/qemu-4.2.0-r3.ebuild2
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/app-emulation/qemu/qemu-4.2.0-r3.ebuild b/app-emulation/qemu/qemu-4.2.0-r3.ebuild
index 288a676b5811..83a1b141b2a8 100644
--- a/app-emulation/qemu/qemu-4.2.0-r3.ebuild
+++ b/app-emulation/qemu/qemu-4.2.0-r3.ebuild
@@ -497,6 +497,8 @@ qemu_src_configure() {
if [[ ! ${buildtype} == "user" ]] ; then
# audio options
local audio_opts=(
+ # Note: backend order matters here: #716202
+ # We iterate from higher-level to lower level.
$(usex pulseaudio pa "")
$(usev sdl)
$(usev alsa)
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
index 9020f7fa5989..dac2f00c38e8 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -491,6 +491,8 @@ qemu_src_configure() {
if [[ ! ${buildtype} == "user" ]] ; then
# audio options
local audio_opts=(
+ # Note: backend order matters here: #716202
+ # We iterate from higher-level to lower level.
$(usex pulseaudio pa "")
$(usev sdl)
$(usev alsa)