commit: ddc3c4d169fa15549f77b9b739b4dd451c5a6180 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 18 00:00:11 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 18 00:00:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc3c4d1
profiles/arch/amd64: fix ffmpeg typo Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index cb63c572c50f..c614b3e933a4 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -26,6 +26,10 @@ dev-lang/ruby -jit # pytables is available here. dev-python/pytables -cpudetection +# Craig Andrews <[email protected]> (2023-03-09) +# media-libs/libplacebo is keyworded here +media-video/ffmpeg -libplacebo + # Yiyang Wu <[email protected]> (2023-01-27) # AMDGPU enablement depends on dev-libs/rocr-runtime, ~amd64 only # See also: https://bugs.gentoo.org/891499 @@ -453,7 +457,3 @@ media-sound/mpg123 cpu_flags_x86_mmx cpu_flags_x86_3dnow cpu_flags_x86_3dnowext # saves people from needlessly installing nasm # Refs bug #93279 media-sound/lame cpu_flags_x86_mmx - -# Craig Andrews <[email protected]> (2023-03-09) -# media-libs/libplacebo is keyworded here -media-video/ffmepg -libplacebo
