diff options
author | turret <turret@duck.com> | 2023-06-19 23:07:00 -0500 |
---|---|---|
committer | turret <turret@duck.com> | 2023-06-19 23:07:00 -0500 |
commit | c474edbd6a286b87aa0fd824c9b7379587cb7ac6 (patch) | |
tree | ae5e8558de9a9ca5fc37858874577b066c34bd53 /games-util/grapejuice/files | |
parent | 72c99a83ff45d05167fddb734570b7d8ceeb2459 (diff) | |
download | portage-overlay-c474edbd6a286b87aa0fd824c9b7379587cb7ac6.tar.gz portage-overlay-c474edbd6a286b87aa0fd824c9b7379587cb7ac6.tar.bz2 portage-overlay-c474edbd6a286b87aa0fd824c9b7379587cb7ac6.zip |
games-util/grapejuice: remove patch in favor of sed, sort depends
Diffstat (limited to 'games-util/grapejuice/files')
-rw-r--r-- | games-util/grapejuice/files/no-build-isolation.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games-util/grapejuice/files/no-build-isolation.patch b/games-util/grapejuice/files/no-build-isolation.patch deleted file mode 100644 index 35e7292..0000000 --- a/games-util/grapejuice/files/no-build-isolation.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/grapejuice_packaging/builders/linux_package_builder.py b/src/grapejuice_packaging/builders/linux_package_builder.py -index ca3cf89..e3ca667 100644 ---- a/src/grapejuice_packaging/builders/linux_package_builder.py -+++ b/src/grapejuice_packaging/builders/linux_package_builder.py -@@ -58,6 +58,7 @@ def _build_package(configuration: LinuxPackageConfiguration): - sys.executable, "-m", "pip", - "install", ".", - "--no-dependencies", -+ "--no-build-isolation", - "--target", str(python_site) - ]) - |