commit: 3eb1f9061f7571a8d2df4f6846bd1952975bc7b4 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 09:06:00 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Wed Feb 5 08:39:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb1f906
profiles/arch: remove old www-client/chromium p.use.force on arm64 and ppc64 These are obsolete, the flag was removed when upstream packaging broke in Oct / Nov 2024. The logic to use upstream toolchains has since been reimplemented but with different USE and logic. Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> profiles/arch/arm64/package.use.force | 4 ---- profiles/arch/powerpc/ppc64/package.use.force | 6 +----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/profiles/arch/arm64/package.use.force b/profiles/arch/arm64/package.use.force index c58f1d485693..21465a9f9842 100644 --- a/profiles/arch/arm64/package.use.force +++ b/profiles/arch/arm64/package.use.force @@ -5,10 +5,6 @@ # supports 64 bit neon media-libs/opencv cpu_flags_arm_neon -# Matt Jolly <[email protected]> (2024-01-30) -# Google does not provide an arm64 toolchain -www-client/chromium system-toolchain - # matoro <[email protected]> (2022-08-31) # GHC does not gain native codegen for arm64 until 9.2. # We don't want an unregisterised build, so force LLVM codegen. diff --git a/profiles/arch/powerpc/ppc64/package.use.force b/profiles/arch/powerpc/ppc64/package.use.force index d198bbc21577..0e93c499f29e 100644 --- a/profiles/arch/powerpc/ppc64/package.use.force +++ b/profiles/arch/powerpc/ppc64/package.use.force @@ -1,10 +1,6 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Matt Jolly <[email protected]> (2024-01-30) -# Google does not provide a ppc64 toolchain -www-client/chromium system-toolchain - # Alexey Sokolov <[email protected]> (2023-08-14) # OpenMW is only playtested with LuaJIT, and in fact unit tests fail with Lua-5. # Therefore apply mask/force to override the profile's defaults, and invert on
