Skip to content

Commit

Permalink
dev-util/electron: fix ungoogled
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Jan 25, 2025
1 parent b0e3472 commit 36c44f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev-util/electron/electron-34.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -1434,10 +1434,6 @@ src_prepare() {
eapply "${FILESDIR}/ungoogled-electron.patch" || die
fi
popd > /dev/null || die
if use ungoogled; then
sed -i "s/AfterWriteCheckResult)> callback) override;/AfterWriteCheckResult)> callback);/" \
"chrome/browser/file_system_access/chrome_file_system_access_permission_context.h" || die
fi

# disable global media controls, crashes with libstdc++
sed -i -e \
Expand Down

0 comments on commit 36c44f8

Please sign in to comment.