games-emulation/vbam: Pin ffmpeg back to version 3

It doesn't build with ffmpeg 4, the dependency is optional, and
upstream don't appear to be in a hurry to fix it.

Closes: https://bugs.gentoo.org/654176
Package-Manager: Portage-2.3.48, Repoman-2.3.10
This commit is contained in:
James Le Cuirot
2018-08-29 22:21:24 +01:00
parent 66333b63c4
commit ef9f6bf56e
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ RDEPEND="
sys-libs/zlib:=
virtual/glu
virtual/opengl
ffmpeg? ( media-video/ffmpeg:= )
ffmpeg? ( =media-video/ffmpeg-3*:= )
lirc? ( app-misc/lirc )
nls? ( virtual/libintl )
wxwidgets? (

View File

@@ -30,7 +30,7 @@ RDEPEND="
sys-libs/zlib:=
virtual/glu
virtual/opengl
ffmpeg? ( media-video/ffmpeg:= )
ffmpeg? ( =media-video/ffmpeg-3*:= )
lirc? ( app-misc/lirc )
nls? ( virtual/libintl )
wxwidgets? (