From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6604B139345 for ; Tue, 6 Jul 2021 23:17:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BDF5E0BA0; Tue, 6 Jul 2021 23:17:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EEF9E0BA0 for ; Tue, 6 Jul 2021 23:17:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 151403409EB for ; Tue, 6 Jul 2021 23:17:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6CA578A for ; Tue, 6 Jul 2021 23:17:07 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1625613358.14cfc97bb776fe4b824d73bce47fdd035a425ccc.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild X-VCS-Directories: media-sound/pulseaudio/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 14cfc97bb776fe4b824d73bce47fdd035a425ccc X-VCS-Branch: master Date: Tue, 6 Jul 2021 23:17:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 91788f2e-bd04-48b9-907e-d7fa4629f8aa X-Archives-Hash: 967e4243126b83449ef4429f6d5f313b commit: 14cfc97bb776fe4b824d73bce47fdd035a425ccc Author: Igor V. Kovalenko gmail com> AuthorDate: Mon Jun 28 23:48:43 2021 +0000 Commit: Thomas Deutschmann gentoo 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 gmail.com> Signed-off-by: Thomas Deutschmann 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) )