commit: 2e23bc6a1cbe0ea346161fb1cc460104e32efb24
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 17:18:37 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 29 18:29:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e23bc6a
media-sound/audiotools: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../{audiotools-3.1.1-r1.ebuild => audiotools-3.1.1-r2.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-sound/audiotools/audiotools-3.1.1-r1.ebuild
b/media-sound/audiotools/audiotools-3.1.1-r2.ebuild
similarity index 97%
rename from media-sound/audiotools/audiotools-3.1.1-r1.ebuild
rename to 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 )
"