commit: 14cfc97bb776fe4b824d73bce47fdd035a425ccc
Author: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail <DOT> com>
AuthorDate: Mon Jun 28 23:48:43 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Jul 6 23:15:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14cfc97b
media-sound/pulseaudio: Only require native ABI for systemd/elogind
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail.com>
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
b/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
index 71b0e7e4ba6..e46e590e191 100644
--- a/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
@@ -120,7 +120,7 @@ COMMON_DEPEND="
selinux? ( sec-policy/selinux-pulseaudio )
sox? ( >=media-libs/soxr-0.1.1 )
ssl? ( dev-libs/openssl:= )
- systemd? ( sys-apps/systemd:=[${MULTILIB_USEDEP}] )
+ systemd? ( sys-apps/systemd:= )
tcpd? ( sys-apps/tcp-wrappers[${MULTILIB_USEDEP}] )
udev? ( >=virtual/udev-143[hwdb(+)] )
webrtc-aec? ( >=media-libs/webrtc-audio-processing-0.2 )
@@ -213,9 +213,9 @@ multilib_src_configure() {
#$(meson_use cpu_flags_arm_neon neon-opt)
$(meson_native_use_feature tcpd tcpwrap)
$(meson_feature dbus)
- $(meson_feature elogind)
+ $(meson_native_use_feature elogind)
$(meson_feature X x11)
- $(meson_feature systemd)
+ $(meson_native_use_feature systemd)
$(meson_use ipv6)
)