diff options
author | turret <turret@duck.com> | 2023-05-31 15:58:35 -0500 |
---|---|---|
committer | turret <turret@duck.com> | 2023-05-31 15:58:35 -0500 |
commit | 10617409973ab9401b618f3dbec5d6d5b34ccdff (patch) | |
tree | d7d614829b41ff61d3a1fac531b2eaf28c2b41c7 /games-util/grapejuice/files | |
parent | 6cfeebc912ed229b50ec7a8c1ba80644fb9c15df (diff) | |
download | portage-overlay-10617409973ab9401b618f3dbec5d6d5b34ccdff.tar.gz portage-overlay-10617409973ab9401b618f3dbec5d6d5b34ccdff.tar.bz2 portage-overlay-10617409973ab9401b618f3dbec5d6d5b34ccdff.zip |
games-util/grapejuice version bump 7.8.3
Diffstat (limited to 'games-util/grapejuice/files')
-rw-r--r-- | games-util/grapejuice/files/no-build-isolation.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games-util/grapejuice/files/no-build-isolation.patch b/games-util/grapejuice/files/no-build-isolation.patch new file mode 100644 index 0000000..35e7292 --- /dev/null +++ b/games-util/grapejuice/files/no-build-isolation.patch @@ -0,0 +1,12 @@ +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) + ]) + |