Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Tue, 05 Jul 2022 01:05:25
Message-Id: 1656982434.b3a414075bd1c08a66766e007d68912e12ca866b.xen0n@gentoo
1 commit: b3a414075bd1c08a66766e007d68912e12ca866b
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 00:44:45 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 00:53:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a41407
7
8 app-emulation/qemu: update configure option corresponding to USE=png
9
10 Due to upstream commit https://gitlab.com/qemu-project/qemu/-/commit/95f8510ef428
11 ("Replacing CONFIG_VNC_PNG with CONFIG_PNG").
12
13 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
14
15 app-emulation/qemu/qemu-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
19 index 4b02fd9f5f85..8c83655b794e 100644
20 --- a/app-emulation/qemu/qemu-9999.ebuild
21 +++ b/app-emulation/qemu/qemu-9999.ebuild
22 @@ -547,7 +547,7 @@ qemu_src_configure() {
23 $(conf_notuser numa)
24 $(conf_notuser opengl)
25 $(conf_notuser pam auth-pam)
26 - $(conf_notuser png vnc-png)
27 + $(conf_notuser png)
28 $(conf_notuser rbd)
29 $(conf_notuser sasl vnc-sasl)
30 $(conf_notuser sdl)