ninja: depends on cmd:zsh

This commit is contained in:
Jerome Duval
2023-03-10 11:10:02 +01:00
parent e47affad62
commit 2c58efd897

View File

@@ -9,7 +9,7 @@ it can build LLVM, KDE, Blender, etc."
HOMEPAGE="https://ninja-build.org/"
COPYRIGHT="2012-2019 Google Inc."
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/ninja-build/ninja/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="31747ae633213f1eda3842686f83c2aa1412e0f5691d1c14dbbcc67fe7400cea"
PATCHES="ninja-$portVersion.patchset"
@@ -47,7 +47,7 @@ PROVIDES_zsh="
"
REQUIRES_zsh="
ninja$secondaryArchSuffix == $portVersion base
zsh >= 5.0
cmd:zsh >= 5.0
"
BUILD()