repo/gentoo:master commit in: www-client/chromium/
"Matt Jolly" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1787110798.0cf1d710cf579ece82e8289bbb49907305a4653d.kangie@gentoo> |
commit: 0cf1d710cf579ece82e8289bbb49907305a4653d
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 03:39:58 2026 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 03:39:58 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf1d710
www-client/chromium: add 151.0.7922.169-r1
This replaces the 'symlink mold' workaround with one suitable for the
stable channel.
Bug: https://bugs.gentoo.org/980645
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
...151.0.7922.169.ebuild => chromium-151.0.7922.169-r1.ebuild} | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/www-client/chromium/chromium-151.0.7922.169.ebuild b/www-client/chromium/chromium-151.0.7922.169-r1.ebuild
similarity index 99%
rename from www-client/chromium/chromium-151.0.7922.169.ebuild
rename to www-client/chromium/chromium-151.0.7922.169-r1.ebuild
index 498e4d3bbdbc..3eaffc873df5 100644
--- a/www-client/chromium/chromium-151.0.7922.169.ebuild
+++ b/www-client/chromium/chromium-151.0.7922.169-r1.ebuild
@@ -212,14 +212,10 @@ BDEPEND="
!bundled-toolchain? ( $(llvm_gen_dep '
llvm-core/clang:${LLVM_SLOT}
llvm-core/llvm:${LLVM_SLOT}
+ llvm-core/lld:${LLVM_SLOT}
official? (
!ppc64? ( llvm-runtimes/compiler-rt-sanitizers:${LLVM_SLOT}[cfi] )
) ')
- || (
- $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}')
- >=sys-devel/mold-2.41.0
- )
- !official? ( >=sys-devel/mold-2.41.0 )
${RUST_DEPEND}
)
pgo? (
@@ -1078,10 +1074,6 @@ src_prepare() {
sed -i -e 's|${clang_base_path}/bin/llvm-strip|/bin/true|g' \
-e 's|${clang_base_path}/bin/llvm-objcopy|/bin/true|g' \
build/linux/strip_binary.gni || die
-
- if ! use official; then
- ln -s /usr/bin/mold buildtools/third_party/mold/cipd/mold || die
- fi
}
chromium_configure() {