summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-10 19:31:40 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-10 19:39:13 +0200
commit58f481a78d5fa7085381d7a62ba49f6ef4865b23 (patch)
treefa6b503efb4112b76cf516d36a76123ed4b8f940
parentapp-admin/ansible: 2.8.5 stable amd64 and x86 with cleanup (diff)
downloadgentoo-58f481a78d5fa7085381d7a62ba49f6ef4865b23.tar.gz
gentoo-58f481a78d5fa7085381d7a62ba49f6ef4865b23.tar.bz2
gentoo-58f481a78d5fa7085381d7a62ba49f6ef4865b23.zip
games-emulation/mupen64plus-audio-sdl: Add dep on speexdsp
Closes: https://bugs.gentoo.org/697440 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.9.ebuild9
1 files 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"