Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/vbam/
Date: Wed, 29 Aug 2018 21:22:20
Message-Id: 1535577725.ef9f6bf56e2a038da4cdda33020cf9d8decf1e85.chewi@gentoo
1 commit: ef9f6bf56e2a038da4cdda33020cf9d8decf1e85
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 21:21:24 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 21:22:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9f6bf5
7
8 games-emulation/vbam: Pin ffmpeg back to version 3
9
10 It doesn't build with ffmpeg 4, the dependency is optional, and
11 upstream don't appear to be in a hurry to fix it.
12
13 Closes: https://bugs.gentoo.org/654176
14 Package-Manager: Portage-2.3.48, Repoman-2.3.10
15
16 games-emulation/vbam/vbam-2.0.2.ebuild | 2 +-
17 games-emulation/vbam/vbam-9999.ebuild | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/games-emulation/vbam/vbam-2.0.2.ebuild b/games-emulation/vbam/vbam-2.0.2.ebuild
21 index 53f480e326e..507362bca85 100644
22 --- a/games-emulation/vbam/vbam-2.0.2.ebuild
23 +++ b/games-emulation/vbam/vbam-2.0.2.ebuild
24 @@ -30,7 +30,7 @@ RDEPEND="
25 sys-libs/zlib:=
26 virtual/glu
27 virtual/opengl
28 - ffmpeg? ( media-video/ffmpeg:= )
29 + ffmpeg? ( =media-video/ffmpeg-3*:= )
30 lirc? ( app-misc/lirc )
31 nls? ( virtual/libintl )
32 wxwidgets? (
33
34 diff --git a/games-emulation/vbam/vbam-9999.ebuild b/games-emulation/vbam/vbam-9999.ebuild
35 index 53f480e326e..507362bca85 100644
36 --- a/games-emulation/vbam/vbam-9999.ebuild
37 +++ b/games-emulation/vbam/vbam-9999.ebuild
38 @@ -30,7 +30,7 @@ RDEPEND="
39 sys-libs/zlib:=
40 virtual/glu
41 virtual/opengl
42 - ffmpeg? ( media-video/ffmpeg:= )
43 + ffmpeg? ( =media-video/ffmpeg-3*:= )
44 lirc? ( app-misc/lirc )
45 nls? ( virtual/libintl )
46 wxwidgets? (