commit: 689e0dac34531ec3476fbc7cfa8541e940b9cb56 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Tue May 21 20:51:40 2019 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue May 21 20:52:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689e0dac
profiles: Mask games-emulation/vbam[ffmpeg] Doesn't support ffmpeg-4. Portage takes a long time to report the conflict and the feature is half broken anyway. Bug: https://github.com/visualboyadvance-m/visualboyadvance-m/issues/179 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 03f8e8c920b..bd7f8963dc1 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# James Le Cuirot <[email protected]> (21 May 2019) +# Doesn't support ffmpeg-4. Portage takes a long time to report the +# conflict and the feature is half broken anyway. See +# https://github.com/visualboyadvance-m/visualboyadvance-m/issues/179. +games-emulation/vbam ffmpeg + # Ulrich Müller <[email protected]> (18 May 2019) # Firmware images without a known license. Most likely, upstream # redistribution may conflict with the licenses or lack thereof
