Skip to content

Commit

Permalink
dev-util/electron: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Nov 18, 2023
1 parent b3d3bd8 commit 3616240
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev-util/electron/electron-27.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -1902,12 +1902,12 @@ src_configure() {
pushd electron > /dev/null || die
yarn config set disable-self-update-check true || die
yarn config set yarn-offline-mirror "${DISTDIR}" || die
yarn install --frozen-lockfile --offline --no-progress || die
yarn install --frozen-lockfile --offline --no-progress --ignore-scripts || die

# Workaround md4 see https://github.com/webpack/webpack/issues/14560
find node_modules/webpack/lib -type f -exec sed -i 's|md4|sha512|g' {} \; || die
# For webpack >= 5.61.0
sed -i 's/case "sha512"/case "md4"/' node_modules/webpack/lib/util/createHash.js || die
# # Workaround md4 see https://github.com/webpack/webpack/issues/14560
# find node_modules/webpack/lib -type f -exec sed -i 's|md4|sha512|g' {} \; || die
# # For webpack >= 5.61.0
# sed -i 's/case "sha512"/case "md4"/' node_modules/webpack/lib/util/createHash.js || die
popd > /dev/null || die
eend $? || die

Expand Down

0 comments on commit 3616240

Please sign in to comment.