commit:     809e95a8b4b0c2c0a91b63cba30a6464fb87f2f5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 17:02:10 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 17:02:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809e95a8

media-video/ffmpeg: add multilib on frei0r

Closes: https://bugs.gentoo.org/512686
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 media-video/ffmpeg/ffmpeg-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild 
b/media-video/ffmpeg/ffmpeg-9999.ebuild
index d9a53072b31..8e2d9a96ee4 100644
--- a/media-video/ffmpeg/ffmpeg-9999.ebuild
+++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
@@ -200,7 +200,7 @@ RDEPEND="
        fdk? ( >=media-libs/fdk-aac-0.1.3:=[${MULTILIB_USEDEP}] )
        flite? ( >=app-accessibility/flite-1.4-r4[${MULTILIB_USEDEP}] )
        fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
-       frei0r? ( media-plugins/frei0r-plugins )
+       frei0r? ( media-plugins/frei0r-plugins[${MULTILIB_USEDEP}] )
        fribidi? ( >=dev-libs/fribidi-0.19.6[${MULTILIB_USEDEP}] )
        gcrypt? ( >=dev-libs/libgcrypt-1.6:0=[${MULTILIB_USEDEP}] )
        gme? ( >=media-libs/game-music-emu-0.6.0[${MULTILIB_USEDEP}] )
@@ -392,7 +392,7 @@ multilib_src_configure() {
 
        # (temporarily) disable non-multilib deps
        if ! multilib_is_native_abi; then
-               for i in frei0r librav1e libzmq ; do
+               for i in librav1e libzmq ; do
                        myconf+=( --disable-${i} )
                done
        fi

Reply via email to