commit: 27df5db081cf70d8e8ef7db13829b37b2160d59e Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Fri Dec 20 09:35:21 2024 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Fri Dec 20 09:35:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27df5db0
media-video/ffmpeg: yasm support was dropped in October Closes: https://bugs.gentoo.org/944201 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 765079584aec..3fd22d65a0fb 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -343,7 +343,7 @@ DEPEND="${RDEPEND} BDEPEND+=" >=dev-build/make-3.81 virtual/pkgconfig - cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) ) + cpu_flags_x86_mmx? ( >=dev-lang/nasm-2.13 ) cuda? ( >=llvm-core/clang-7[llvm_targets_NVPTX] ) doc? ( sys-apps/texinfo ) test? ( net-misc/wget app-alternatives/bc )
