diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 11:43:37 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-30 12:33:26 +0200 |
commit | b7cf06bed49c56c628b9d18d7d48090a15befcbe (patch) | |
tree | 3ffa8156c6ecfa5453dcf4fbc1d2217f1ecc2626 /games-emulation | |
parent | net-nntp/sabnzbd: keyword 4.0.1 for ~amd64 (diff) | |
download | gentoo-b7cf06bed49c56c628b9d18d7d48090a15befcbe.tar.gz gentoo-b7cf06bed49c56c628b9d18d7d48090a15befcbe.tar.bz2 gentoo-b7cf06bed49c56c628b9d18d7d48090a15befcbe.zip |
games-emulation/dolphin: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index ebe6fb575460..38913a1d3125 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-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=7 @@ -70,7 +70,7 @@ RDEPEND=" dev-qt/qtwidgets:5 ) profile? ( dev-util/oprofile ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) systemd? ( sys-apps/systemd:0= ) upnp? ( net-libs/miniupnpc ) " |