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 4AB55158013 for ; Sat, 25 Sep 2021 10:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91DEEE09E5; Sat, 25 Sep 2021 10:21:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B83CE09E5 for ; Sat, 25 Sep 2021 10:21:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3982342B7A for ; Sat, 25 Sep 2021 10:21:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 353E535 for ; Sat, 25 Sep 2021 10:21:35 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1632565280.9e5fbe15020aa6b109988775053a8554711325cb.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseaudio-daemon/pulseaudio-daemon-15.0.ebuild X-VCS-Directories: media-sound/pulseaudio-daemon/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9e5fbe15020aa6b109988775053a8554711325cb X-VCS-Branch: master Date: Sat, 25 Sep 2021 10:21:35 +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: 061a26a5-ae5b-441a-be64-4c061453fd57 X-Archives-Hash: 5269acabfd59fd299b75742408ee6f92 commit: 9e5fbe15020aa6b109988775053a8554711325cb Author: Mart Raudsepp gentoo org> AuthorDate: Sat Sep 25 10:21:20 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Sep 25 10:21:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5fbe15 media-sound/pulseaudio-daemon: fix systemd socket activation deps The systemd socket activation code is still in libpulsecommon, so we need to require that to be enabled if building the daemon with that support. Thanks-to: Igor V. Kovalenko gmail.com> Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> media-sound/pulseaudio-daemon/pulseaudio-daemon-15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.0.ebuild b/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.0.ebuild index d895c8bf83e..3d1ba6413c1 100644 --- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.0.ebuild +++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.0.ebuild @@ -58,7 +58,7 @@ REQUIRED_USE=" # - media-libs/speexdsp is providing echo canceller implementation and used in resampler # TODO: libatomic_ops is only needed on some architectures and conditions, and then at runtime too COMMON_DEPEND=" - >=media-libs/libpulse-${PV}[glib?] + >=media-libs/libpulse-${PV}[glib?,systemd?] dev-libs/libatomic_ops >=media-libs/libsndfile-1.0.20 >=media-libs/speexdsp-1.2