From 58f481a78d5fa7085381d7a62ba49f6ef4865b23 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 10 Oct 2019 19:31:40 +0200 Subject: [PATCH] games-emulation/mupen64plus-audio-sdl: Add dep on speexdsp MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/697440 Signed-off-by: Michał Górny --- .../mupen64plus-audio-sdl-2.5.9.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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" -- 2.26.2