commit: 58f481a78d5fa7085381d7a62ba49f6ef4865b23 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 10 17:31:40 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 10 17:39:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f481a7
games-emulation/mupen64plus-audio-sdl: Add dep on speexdsp Closes: https://bugs.gentoo.org/697440 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../mupen64plus-audio-sdl/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 5b2611dce5b..0060f4baaaf 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"
