Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/
Date: Mon, 28 Mar 2022 05:00:55
Message-Id: 1648443633.f21b713cbfc31123a8fb3f74338e69feb5b4fb0d.mattst88@gentoo
1 commit: f21b713cbfc31123a8fb3f74338e69feb5b4fb0d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 05:00:33 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 05:00:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21b713c
7
8 media-sound/pulseaudio: Fix multilib build
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild b/media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild
16 index 21060b033fd1..df8a1deea80e 100644
17 --- a/media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild
18 +++ b/media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild
19 @@ -211,7 +211,7 @@ multilib_src_configure() {
20 $(meson_feature asyncns)
21 $(meson_native_use_feature zeroconf avahi)
22 $(meson_native_use_feature bluetooth bluez5)
23 - $(meson_feature gstreamer bluez5-gstreamer)
24 + $(meson_native_use_feature gstreamer bluez5-gstreamer)
25 $(meson_native_use_bool native-headset bluez5-native-headset)
26 $(meson_native_use_bool ofono-headset bluez5-ofono-headset)
27 $(meson_feature dbus)