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 /media-sound/pulseaudio-ctl | |
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 'media-sound/pulseaudio-ctl')
-rw-r--r-- | media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild (renamed from media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70.ebuild b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild index fc2d4914d693..757d436aadd5 100644 --- a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70.ebuild +++ b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.70-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ IUSE="" # Optional runtime deps: dbus-send for KDE OSD, notify-send for libnotify # in both cases they should be already present if DE supports them -RDEPEND="media-sound/pulseaudio" +RDEPEND="|| ( media-sound/pulseaudio-daemon media-sound/pulseaudio[daemon(+)] )" src_install() { emake install PREFIX="${EPREFIX}/usr" DESTDIR="${D}" |