www-client/chromium: remove .tmp files

This commit is contained in:
Jared Allard 2024-02-25 12:28:34 -08:00
parent 1d02dba8b4
commit c396fd26b7
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U
2 changed files with 2 additions and 16 deletions

View file

@ -1,15 +0,0 @@
diff --git a/chromium-122.0.6261.57.ebuild b/chromium-122.0.6261.57.ebuild
index 63466f33a755..1e1575885791 100644
--- a/chromium-122.0.6261.57.ebuild
+++ b/chromium-122.0.6261.57.ebuild
@@ -401,6 +401,10 @@ src_prepare() {
"${FILESDIR}/chromium-117-system-zstd.patch"
)
+ if use widevine; then
+ PATCHES+=("${FILESDIR}/chromium-001-widevine-support-for-arm.patch")
+ fi
+
if use system-toolchain; then
# The patchset is really only required if we're not using the system-toolchain
PATCHES+=( "${WORKDIR}/chromium-patches-${PATCH_V}" )

View file

@ -43,6 +43,7 @@ done
# Copy over patches to the source files
cp -r .patches/files/* files/
# Remove .orig and .bak files
# Remove .orig, .bak and .tmp files
find . -name '*.orig' -delete
find . -name '*.bak' -delete
find . -name '*.tmp' -delete