diff options
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}" |