diff options
author | 2024-02-11 22:12:35 +0000 | |
---|---|---|
committer | 2024-02-13 21:11:58 +0000 | |
commit | 38a4f8ec5fc533bd8a83fd80f45c7bd3900c1764 (patch) | |
tree | 4c5a905ae82b694f4d1f3c3048e4911d9e9e3bfb /profiles/base | |
parent | profiles: Enable soc USE flag for more packages on arm, arm64, riscv (diff) | |
download | gentoo-38a4f8ec5fc533bd8a83fd80f45c7bd3900c1764.tar.gz gentoo-38a4f8ec5fc533bd8a83fd80f45c7bd3900c1764.tar.bz2 gentoo-38a4f8ec5fc533bd8a83fd80f45c7bd3900c1764.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
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 <chewi@gentoo.org> (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 <mjo@gentoo.org> (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 |