mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 18:43:18 -04:00
dev-python/skia-pathops: add 0.7.4, drop 0.7.2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -252,7 +252,7 @@ def build_skia(build_base):
|
||||
build_cmd = [sys.executable, build_skia_py, build_dir]
|
||||
|
||||
if inside_sdist:
|
||||
- build_cmd.append("--no-sync-deps")
|
||||
+ build_cmd += ["--no-sync-deps", "--no-virtualenv", "--no-fetch-gn", "--gn-path", "/usr/bin/gn"]
|
||||
|
||||
env = os.environ
|
||||
target_cpu = None
|
||||
Reference in New Issue
Block a user