diff options
author | Igor V. Kovalenko <igor.v.kovalenko@gmail.com> | 2022-02-18 22:21:35 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-21 00:42:53 +0000 |
commit | 0fbec3a0d5d059d244cc6e383e28daadeb226092 (patch) | |
tree | 3176e35a010d5de42c7d383dbc2e9171c67dabbb /net-misc/pulseaudio-dlna | |
parent | sci-libs/pdal: fix WrongMaintainerType (diff) | |
download | gentoo-0fbec3a0d5d059d244cc6e383e28daadeb226092.tar.gz gentoo-0fbec3a0d5d059d244cc6e383e28daadeb226092.tar.bz2 gentoo-0fbec3a0d5d059d244cc6e383e28daadeb226092.zip |
media-libs/pulseaudio: Allow pulseaudio-daemon if required
Some packages would require actual pulseaudio daemon,
allow these to depend on media-sound/pulseaudio-daemon
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/pulseaudio-dlna')
-rw-r--r-- | net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild index d314e16809df..6fc29c68a643 100644 --- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild +++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -56,7 +56,7 @@ RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}] DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - media-sound/pulseaudio" + || ( media-sound/pulseaudio-daemon media-sound/pulseaudio[daemon(+)] )" python_prepare_all() { sed -i '/dbus-python/d' setup.py || die |