From 6dc16e35a3f6fd96fd92ad8ce79ae40874792945 Mon Sep 17 00:00:00 2001 From: Adrian Schollmeyer Date: Sun, 16 Jul 2023 19:53:48 +0200 Subject: [PATCH] media-sound/carla: update EAPI 7 -> 8, update pulse dep ::gentoo now uses media-libs/libpulse as dependency whenever something works with PulseAudio. Signed-off-by: Adrian Schollmeyer --- media-sound/carla/carla-9999-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/carla/carla-9999-r1.ebuild b/media-sound/carla/carla-9999-r1.ebuild index 52684103..e40e46ca 100644 --- a/media-sound/carla/carla-9999-r1.ebuild +++ b/media-sound/carla/carla-9999-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{10,11} ) inherit python-single-r1 xdg-utils @@ -35,7 +35,7 @@ RDEPEND="${PYTHON_DEPS} media-libs/liblo media-libs/pyliblo ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) rdf? ( dev-python/rdflib ) sf2? ( media-sound/fluidsynth ) sndfile? ( media-libs/libsndfile )