commit: 38a4f8ec5fc533bd8a83fd80f45c7bd3900c1764 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Feb 11 22:12:35 2024 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Feb 13 21:11:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a4f8ec
profiles: Mask >=media-video/ffmpeg-9999[soc] The Raspberry Pi patch set is very heavy and will probably fail to apply against a live checkout. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 24a7a5c52080..08bf9c9a2542 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # 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]> (2024-02-11) +# The Raspberry Pi patch set is very heavy and will probably fail to apply +# against a live checkout. +>=media-video/ffmpeg-9999 soc + # Michael Orlitzky <[email protected]> (2024-01-24) # A missing "-o pipefail" in the gap-pkg eclass caused me to # miss a few crashes in dev-gap packages when GAP itself is
