diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 11:44:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 15:10:57 +0200 |
commit | e91c60d087a70675d39ff7ff2fe0174d0329ce42 (patch) | |
tree | 4b6aa147a8e51d3c16d5bf2336dcb71cf4f8e1a5 /media-sound | |
parent | media-sound/strawberry: Switch IUSE=pulseaudio to media-libs/libpulse (diff) | |
download | gentoo-e91c60d087a70675d39ff7ff2fe0174d0329ce42.tar.gz gentoo-e91c60d087a70675d39ff7ff2fe0174d0329ce42.tar.bz2 gentoo-e91c60d087a70675d39ff7ff2fe0174d0329ce42.zip |
media-sound/cmus: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/cmus/cmus-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/cmus/cmus-9999.ebuild b/media-sound/cmus/cmus-9999.ebuild index d52b6492131e..b0dfa1095e31 100644 --- a/media-sound/cmus/cmus-9999.ebuild +++ b/media-sound/cmus/cmus-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -46,7 +46,7 @@ DEPEND=" mp4? ( media-libs/libmp4v2:0 ) musepack? ( media-sound/musepack-tools ) opus? ( media-libs/opusfile ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) systemd? ( sys-apps/systemd ) tremor? ( media-libs/tremor ) !tremor? ( vorbis? ( media-libs/libvorbis ) ) |