media-plugins/alsa-plugins: Add [${MULTILIB_USEDEP}] to ffmpeg deps
authorMatt Turner <mattst88@gentoo.org>
Sun, 22 Mar 2020 19:29:50 +0000 (12:29 -0700)
committerMatt Turner <mattst88@gentoo.org>
Sun, 22 Mar 2020 19:30:38 +0000 (12:30 -0700)
Plugins link against ffmpeg libraries, so multilib deps are necessary.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
media-plugins/alsa-plugins/alsa-plugins-1.2.2.ebuild

index 01b6cfeff09b0731cd75bb01cd31a586ff3cd438..1c05a56d907110046051acf51757aa2572e638be 100644 (file)
@@ -16,8 +16,8 @@ IUSE="arcam_av debug ffmpeg jack libav libsamplerate +mix oss pulseaudio speex +
 RDEPEND="
        >=media-libs/alsa-lib-${PV}:=[${MULTILIB_USEDEP}]
        ffmpeg? (
-               libav? ( media-video/libav:= )
-               !libav? ( media-video/ffmpeg:0= )
+               libav? ( media-video/libav:=[${MULTILIB_USEDEP}] )
+               !libav? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] )
        )
        jack? ( virtual/jack[${MULTILIB_USEDEP}] )
        libsamplerate? ( >=media-libs/libsamplerate-0.1.8-r1:=[${MULTILIB_USEDEP}] )