Skip to content

Commit

Permalink
dev-util/electron: fix patches
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Oct 18, 2023
1 parent 90f9c9f commit 24c9fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/electron/electron-25.9.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ src_prepare() {
git apply --exclude="*/web_tests/*" --exclude="*/test-list/*" \
--exclude="*/uv/test/*" --exclude="*.rst" \
--exclude="*/cctest/*" --exclude="*/unittests/*" \
--exclude="*/test/data/*" \
--exclude="*/test/data/*" --exclude="*/presubmit/*" \
-p1 < "${S}/${patch_folder}/$i" || die
# eend $? || die
popd > /dev/null || die
Expand Down
1 change: 1 addition & 0 deletions dev-util/electron/electron-26.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,7 @@ src_prepare() {
--exclude="*/uv/test/*" --exclude="*.rst" \
--exclude="*/cctest/*" --exclude="*/unittests/*" \
--exclude="*/test/data/*" --exclude="*/.eslintrc*" \
--exclude="*/presubmit/*" \
-p1 < "${S}/${patch_folder}/$i" || die
# eend $? || die
popd > /dev/null || die
Expand Down

0 comments on commit 24c9fcc

Please sign in to comment.