From: Michał Górny Date: Thu, 10 Oct 2019 17:31:40 +0000 (+0200) Subject: games-emulation/mupen64plus-audio-sdl: Add dep on speexdsp X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=58f481a78d5fa7085381d7a62ba49f6ef4865b23;p=gentoo.git games-emulation/mupen64plus-audio-sdl: Add dep on speexdsp Closes: https://bugs.gentoo.org/697440 Signed-off-by: Michał Górny --- diff --git a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild index 5b2611dce5b9..0060f4baaaf8 100644 --- a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild +++ b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild @@ -15,10 +15,13 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="libsamplerate oss speex" -RDEPEND=">=games-emulation/mupen64plus-core-${PV}:0= +RDEPEND=">=games-emulation/mupen64plus-core-${PV}:= media-libs/libsdl2:0=[sound] - libsamplerate? ( media-libs/libsamplerate:0= ) - speex? ( media-libs/speex:0= )" + libsamplerate? ( media-libs/libsamplerate:= ) + speex? ( + media-libs/speex:= + media-libs/speexdsp:= + )" DEPEND="${RDEPEND} virtual/pkgconfig"