Skip to content

Commit

Permalink
www-client/chromium: beta channel bump to 85.0.4183.76
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Stephan Hartmann <[email protected]>
Signed-off-by: Mike Gilbert <[email protected]>
Closes: gentoo#17180
  • Loading branch information
stha09 authored and floppym committed Aug 20, 2020
1 parent e408863 commit ae20957
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www-client/chromium/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DIST chromium-84-patchset-3.tar.xz 20148 BLAKE2B d910570b43f63bcf4ead90ca4e4005a
DIST chromium-84.0.4147.125.tar.xz 846433536 BLAKE2B 2743fb9732f0cac97df7309e6e3fefb1e4801089b3cb954056d7149d891afe80a08b19bbbd43af30b5a67e0cd619c7b4e7514f32ff68605dbbc238310f6ce479 SHA512 a86439efbadce4cc157fe16e0e16732feda2025e14179a54df6a33446f744dc1db59f1ebcf7d5d29d7bfc42102af1283ddf108982152ec1f869d7623af7bed26
DIST chromium-84.0.4147.135.tar.xz 815136236 BLAKE2B 145caaca3f665bca5c44f0059e45162782783ab70e2da409724365013fc403dbec4afaa7da959d729e0985bfbe151fe95c062a778cfaea922f9d0a1f8c890282 SHA512 38549bb80ef53db7f6cc4236e313da97b60b95debad219017d773cbc930d9692c66a8ad588e86953d839b7bb28d655dd7a80f736bcacf0a6d93793731fd979fd
DIST chromium-85-patchset-2.tar.xz 9724 BLAKE2B 929d6abe3a66db395a9cedc63510a6a0ed0d79057f92ade22fe26221bf46a63e88fb40d6e54e6ffa837d142ec5da22e2b428f3153db431e3389de0b230fa2aec SHA512 753ce53c2c10cf1abdce334086a633dfcb4543c86a2dccbee0ad1bc8a8a0b642cdd18e2277c67088a380a9fa2ca8fd655e2fc0b3a2931de3230afa046615cd0e
DIST chromium-85.0.4183.69.tar.xz 864550692 BLAKE2B 14dc9d36db6fde1b44facdaca90e4f55a9a33b5925800c92aca3a0c5f0b9f359c2ebed07d7ed04d3cb2a3ae1997cd0c319272b42314ba62ce284eb6858f8f918 SHA512 b3ccddd785adcbaab95b61d1fa036d42bf176e63beff527003a955a76e7dab344073e8b4c8a59713efb08923722daf991e313179efb6e1ec3f11a47c9f139d21
DIST chromium-85.0.4183.76.tar.xz 833107848 BLAKE2B 0c487d91024939ea1837872c8a56794453ebdc9ecb632e0fb4e6fc025a5b0370b63e4207ea60e6d9ba2f356084c47a4a3f7c3014952f8cb857e049e7f4e79173 SHA512 23afec9d42855e4ddc8429d5521f7a917e194fe3fe41cffc974a99b93dc7c2a8d63e5ab5886928d9d486d02b9b73997d561b72d2d3ed4e426a5aad7206f07f37
DIST chromium-86-patchset-4.tar.xz 5324 BLAKE2B 4c1eb68874771e276afe60c974202d4f8840cf74192691bca4a00cd223b50a3c55d2ac04d71127eac47fa2b5e10bf969fa41d26b3e27c9c4bbeb202532752e30 SHA512 9f928754b7689d04d18163df4fc44fcbf37dfa577f6a60ab2f03a263294f686a1d8bff2d6cdf6a7379381bd743c5538d2c99165473bd48008a8f3c2650cd025e
DIST chromium-86.0.4229.0.tar.xz 840427640 BLAKE2B ee12044b8660fc5e9423e95acfb6cce66baf73f3654073a0c68d6bbf403915b7e736e7beb6ece4eded4f7cc1a7b94a06ac27473b4f2df782c854c51316ddd43e SHA512 a379884b0b92d7c03e1640d60963d6b6e4fcf07d4afafec7983a14c18ee96684099020b62e579673a81bef9cdebcae634123663faea364eb0554aa019884cf36
DIST setuptools-44.1.0.zip 858569 BLAKE2B f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68 SHA512 4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ src_prepare() {
third_party/sqlite
third_party/swiftshader
third_party/swiftshader/third_party/astc-encoder
third_party/swiftshader/third_party/llvm-7.0
third_party/swiftshader/third_party/llvm-subzero
third_party/swiftshader/third_party/marl
third_party/swiftshader/third_party/subzero
Expand Down Expand Up @@ -473,6 +472,9 @@ src_prepare() {
keeplibs+=( third_party/icu )
fi
fi
if use arm64 || use ppc64 ; then
keeplibs+=( third_party/swiftshader/third_party/llvm-10.0 )
fi
# Remove most bundled libraries. Some are still needed.
build/linux/unbundle/remove_bundled_libraries.py "${keeplibs[@]}" --do-remove || die
}
Expand Down

0 comments on commit ae20957

Please sign in to comment.