diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-09-27 14:07:33 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-09-27 14:13:32 +0300 |
commit | 9a72755807db352ff68b4b5ab2321fa5b654b576 (patch) | |
tree | b94860eae6bf19541657fdc83b364d78cf38a88d /media-sound/pulseaudio-daemon | |
parent | dev-python/requests-cache: fix missing test dependency (diff) | |
download | gentoo-9a72755807db352ff68b4b5ab2321fa5b654b576.tar.gz gentoo-9a72755807db352ff68b4b5ab2321fa5b654b576.tar.bz2 gentoo-9a72755807db352ff68b4b5ab2321fa5b654b576.zip |
media-sound/pulseaudio-daemon: USE=tcpd requires libpulse[tcpd]
.. until next version or backport of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/640
after which all tcpwrap code will be in pulseaudio-daemon only and
IUSE=tcpd on libpulse goes away.
Thanks-to: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-sound/pulseaudio-daemon')
-rw-r--r-- | media-sound/pulseaudio-daemon/pulseaudio-daemon-15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.0.ebuild b/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.0.ebuild index 3d1ba6413c14..b8bc3c50f0e5 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?,systemd?] + >=media-libs/libpulse-${PV}[glib?,systemd?,tcpd?] dev-libs/libatomic_ops >=media-libs/libsndfile-1.0.20 >=media-libs/speexdsp-1.2 |