Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Sat, 02 Mar 2019 23:46:42
Message-Id: 1551570385.dbb15173c46e954a9474e7a3a109abe8cb2caa2c.tamiko@gentoo
1 commit: dbb15173c46e954a9474e7a3a109abe8cb2caa2c
2 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com>
3 AuthorDate: Sat Mar 2 08:43:13 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 23:46:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb15173
7
8 app-emulation/qemu-9999: Drop --with-sdlabi configure argument
9
10 The upstream qemu dropped this in 0015ca5cbabe0b31d31.
11
12 Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
13 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
14
15 app-emulation/qemu/qemu-9999.ebuild | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
19 index 41fd6e7737b..36a3408c93b 100644
20 --- a/app-emulation/qemu/qemu-9999.ebuild
21 +++ b/app-emulation/qemu/qemu-9999.ebuild
22 @@ -484,7 +484,6 @@ qemu_src_configure() {
23 conf_opts+=(
24 --audio-drv-list="${audio_opts}"
25 )
26 - use sdl && conf_opts+=( --with-sdlabi=2.0 )
27 fi
28
29 case ${buildtype} in