Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Tue, 04 Jan 2022 21:21:27
Message-Id: 1641331272.a7ece93cbf55e30f1dd484d412dc515eed6bcd5d.floppym@gentoo
1 commit: a7ece93cbf55e30f1dd484d412dc515eed6bcd5d
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 20:45:51 2022 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 21:21:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ece93c
7
8 app-emulation/qemu: sync pam changes in live ebuild
9
10 Bug: https://bugs.gentoo.org/830391
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 app-emulation/qemu/qemu-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
17 index 527059a052b4..d2e16f5f34e1 100644
18 --- a/app-emulation/qemu/qemu-9999.ebuild
19 +++ b/app-emulation/qemu/qemu-9999.ebuild
20 @@ -107,7 +107,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
21 qemu_softmmu_targets_riscv64? ( fdt )
22 qemu_softmmu_targets_x86_64? ( fdt )
23 sdl-image? ( sdl )
24 - static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy !udev )
25 + static? ( static-user !alsa !gtk !jack !opengl !pam !pulseaudio !plugins !rbd !snappy !udev )
26 static-user? ( !plugins )
27 vhost-user-fs? ( caps seccomp )
28 virgl? ( opengl )
29 @@ -475,7 +475,6 @@ qemu_src_configure() {
30 $(use_enable jack)
31 $(use_enable nls gettext)
32 $(use_enable oss)
33 - $(use_enable pam auth-pam)
34 $(use_enable plugins)
35 $(use_enable pulseaudio pa)
36 $(use_enable selinux)
37 @@ -540,6 +539,7 @@ qemu_src_configure() {
38 $(conf_notuser nfs libnfs)
39 $(conf_notuser numa)
40 $(conf_notuser opengl)
41 + $(conf_notuser pam auth-pam)
42 $(conf_notuser png vnc-png)
43 $(conf_notuser rbd)
44 $(conf_notuser sasl vnc-sasl)