Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/
Date: Tue, 06 Jul 2021 23:17:11
Message-Id: 1625613358.14cfc97bb776fe4b824d73bce47fdd035a425ccc.whissi@gentoo
1 commit: 14cfc97bb776fe4b824d73bce47fdd035a425ccc
2 Author: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 28 23:48:43 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 23:15:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14cfc97b
7
8 media-sound/pulseaudio: Only require native ABI for systemd/elogind
9
10 Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail.com>
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild b/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
17 index 71b0e7e4ba6..e46e590e191 100644
18 --- a/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
19 +++ b/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
20 @@ -120,7 +120,7 @@ COMMON_DEPEND="
21 selinux? ( sec-policy/selinux-pulseaudio )
22 sox? ( >=media-libs/soxr-0.1.1 )
23 ssl? ( dev-libs/openssl:= )
24 - systemd? ( sys-apps/systemd:=[${MULTILIB_USEDEP}] )
25 + systemd? ( sys-apps/systemd:= )
26 tcpd? ( sys-apps/tcp-wrappers[${MULTILIB_USEDEP}] )
27 udev? ( >=virtual/udev-143[hwdb(+)] )
28 webrtc-aec? ( >=media-libs/webrtc-audio-processing-0.2 )
29 @@ -213,9 +213,9 @@ multilib_src_configure() {
30 #$(meson_use cpu_flags_arm_neon neon-opt)
31 $(meson_native_use_feature tcpd tcpwrap)
32 $(meson_feature dbus)
33 - $(meson_feature elogind)
34 + $(meson_native_use_feature elogind)
35 $(meson_feature X x11)
36 - $(meson_feature systemd)
37 + $(meson_native_use_feature systemd)
38 $(meson_use ipv6)
39 )