commit: 6d063e7a4a82ff651b950298756d74b9d026f591 Author: Niklāvs Koļesņikovs <89q1r14hd <AT> relay <DOT> firefox <DOT> com> AuthorDate: Tue Aug 17 14:00:57 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 18 19:22:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d063e7a
media-sound/pulseaudio: fixes unifdef failure This bug got introduced because no one tests system-wide setups. This is still untested but according to Ionen unifdef call should now fail if there wasn't anything to modify which is exactly what we want. Closes: https://bugs.gentoo.org/805488 Thanks-to: Ionen Wolkens <ionen <AT> gentoo.org> Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd <AT> relay.firefox.com> Closes: https://github.com/gentoo/gentoo/pull/22013 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/pulseaudio/pulseaudio-15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/pulseaudio/pulseaudio-15.0.ebuild b/media-sound/pulseaudio/pulseaudio-15.0.ebuild index 1655c4644cf..b3e74c86cb1 100644 --- a/media-sound/pulseaudio/pulseaudio-15.0.ebuild +++ b/media-sound/pulseaudio/pulseaudio-15.0.ebuild @@ -268,7 +268,7 @@ multilib_src_install_all() { use "${1}" && echo "-D${define}" || echo "-U${define}" } - unifdef \ + unifdef -x 1 \ $(use_define zeroconf AVAHI) \ $(use_define alsa) \ $(use_define bluetooth) \
