diff options
author | Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com> | 2021-08-17 17:00:57 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-18 20:22:54 +0100 |
commit | 6d063e7a4a82ff651b950298756d74b9d026f591 (patch) | |
tree | 4467e11b43db1b7905e53b1a0cd0713e03390910 | |
parent | sci-geosciences/foxtrotgps: add upstream patch for some receivers (diff) | |
download | gentoo-6d063e7a4a82ff651b950298756d74b9d026f591.tar.gz gentoo-6d063e7a4a82ff651b950298756d74b9d026f591.tar.bz2 gentoo-6d063e7a4a82ff651b950298756d74b9d026f591.zip |
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@gentoo.org>
Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com>
Closes: https://github.com/gentoo/gentoo/pull/22013
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/pulseaudio/pulseaudio-15.0.ebuild b/media-sound/pulseaudio/pulseaudio-15.0.ebuild index 1655c4644cf6..b3e74c86cb1e 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) \ |