Skip to content

Commit

Permalink
media-video/ffmpeg-chromium: yasm support was dropped in October
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/944201
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Dec 20, 2024
1 parent 27df5db commit 8213b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media-video/ffmpeg-chromium/ffmpeg-chromium-132.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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 )
"

REQUIRED_USE="
Expand Down
2 changes: 1 addition & 1 deletion media-video/ffmpeg-chromium/ffmpeg-chromium-133.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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 )
"

REQUIRED_USE="
Expand Down

0 comments on commit 8213b98

Please sign in to comment.