diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-01-04 15:45:51 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-01-04 16:21:12 -0500 |
commit | a7ece93cbf55e30f1dd484d412dc515eed6bcd5d (patch) | |
tree | 6631bbe178ec804b00bf55ee6d71b4363dc50db1 | |
parent | app-emulation/qemu: disable pam for user targets (diff) | |
download | gentoo-a7ece93cbf55e30f1dd484d412dc515eed6bcd5d.tar.gz gentoo-a7ece93cbf55e30f1dd484d412dc515eed6bcd5d.tar.bz2 gentoo-a7ece93cbf55e30f1dd484d412dc515eed6bcd5d.zip |
app-emulation/qemu: sync pam changes in live ebuild
Bug: https://bugs.gentoo.org/830391
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 527059a052b4..d2e16f5f34e1 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -107,7 +107,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} qemu_softmmu_targets_riscv64? ( fdt ) qemu_softmmu_targets_x86_64? ( fdt ) sdl-image? ( sdl ) - static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy !udev ) + static? ( static-user !alsa !gtk !jack !opengl !pam !pulseaudio !plugins !rbd !snappy !udev ) static-user? ( !plugins ) vhost-user-fs? ( caps seccomp ) virgl? ( opengl ) @@ -475,7 +475,6 @@ qemu_src_configure() { $(use_enable jack) $(use_enable nls gettext) $(use_enable oss) - $(use_enable pam auth-pam) $(use_enable plugins) $(use_enable pulseaudio pa) $(use_enable selinux) @@ -540,6 +539,7 @@ qemu_src_configure() { $(conf_notuser nfs libnfs) $(conf_notuser numa) $(conf_notuser opengl) + $(conf_notuser pam auth-pam) $(conf_notuser png vnc-png) $(conf_notuser rbd) $(conf_notuser sasl vnc-sasl) |