Skip to content

Commit

Permalink
www-client/cromite: 129.0.6668.58
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Sep 22, 2024
1 parent 96dd936 commit 84ee732
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions www-client/cromite/cromite-129.0.6668.58.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ src_prepare() {
"${FILESDIR}/restore-x86-r2.patch"
"${FILESDIR}/chromium-127-separate-qt56.patch"
"${FILESDIR}/ai_context_bound_object_set-variant.patch" #130+
"${FILESDIR}/chromium-129-re2-dep.patch"
"${FILESDIR}/00LIN-Build-fixes.patch"
)

Expand Down
20 changes: 20 additions & 0 deletions www-client/cromite/files/chromium-129-re2-dep.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
--- a/components/plus_addresses/BUILD.gn
+++ b/components/plus_addresses/BUILD.gn
@@ -95,6 +95,7 @@ source_set("plus_addresses") {
"//net",
"//services/data_decoder/public/cpp",
"//services/network/public/cpp",
+ "//third_party/re2",
"//ui/base",
]
public_deps = [
--- a/components/component_updater/installer_policies/BUILD.gn
+++ b/components/component_updater/installer_policies/BUILD.gn
@@ -45,6 +45,7 @@ static_library("installer_policies_no_co
"//components/update_client",
"//mojo/public/cpp/base:protobuf_support",
"//services/network/public/cpp",
+ "//third_party/re2",
]

# Disallow depending on content.

0 comments on commit 84ee732

Please sign in to comment.