diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 19:18:37 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 20:29:39 +0200 |
commit | 2e23bc6a1cbe0ea346161fb1cc460104e32efb24 (patch) | |
tree | 238c7ba26d0110d2e36971103eec4e2494e7ea14 /media-sound/audiotools | |
parent | media-sound/aqualung: Switch IUSE=pulseaudio to media-libs/libpulse (diff) | |
download | gentoo-2e23bc6a1cbe0ea346161fb1cc460104e32efb24.tar.gz gentoo-2e23bc6a1cbe0ea346161fb1cc460104e32efb24.tar.bz2 gentoo-2e23bc6a1cbe0ea346161fb1cc460104e32efb24.zip |
media-sound/audiotools: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/audiotools')
-rw-r--r-- | media-sound/audiotools/audiotools-3.1.1-r2.ebuild (renamed from media-sound/audiotools/audiotools-3.1.1-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/audiotools/audiotools-3.1.1-r1.ebuild b/media-sound/audiotools/audiotools-3.1.1-r2.ebuild index a09d948a30a5..0cc3b1afa76a 100644 --- a/media-sound/audiotools/audiotools-3.1.1-r1.ebuild +++ b/media-sound/audiotools/audiotools-3.1.1-r2.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="xml(+)" @@ -27,7 +28,7 @@ DEPEND=" media-libs/opus media-libs/opusfile ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) vorbis? ( media-libs/libvorbis ) wavpack? ( media-sound/wavpack ) " |