commit:     dbb15173c46e954a9474e7a3a109abe8cb2caa2c
Author:     Michal Privoznik <mprivozn <AT> redhat <DOT> com>
AuthorDate: Sat Mar  2 08:43:13 2019 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 23:46:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb15173

app-emulation/qemu-9999: Drop --with-sdlabi configure argument

The upstream qemu dropped this in 0015ca5cbabe0b31d31.

Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 app-emulation/qemu/qemu-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-emulation/qemu/qemu-9999.ebuild 
b/app-emulation/qemu/qemu-9999.ebuild
index 41fd6e7737b..36a3408c93b 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -484,7 +484,6 @@ qemu_src_configure() {
                conf_opts+=(
                        --audio-drv-list="${audio_opts}"
                )
-               use sdl && conf_opts+=( --with-sdlabi=2.0 )
        fi
 
        case ${buildtype} in

Reply via email to