Skip to content

Commit

Permalink
media-sound/carla: update EAPI 7 -> 8, update pulse dep
Browse files Browse the repository at this point in the history
::gentoo now uses media-libs/libpulse as dependency whenever something
works with PulseAudio.

Signed-off-by: Adrian Schollmeyer <[email protected]>
  • Loading branch information
NexAdn committed Jul 16, 2023
1 parent 38001f0 commit 6dc16e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-sound/carla/carla-9999-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 )
Expand Down

0 comments on commit 6dc16e3

Please sign in to comment.