mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
ninja: fix zsh subpackage provide (#6587)
This commit is contained in:
@@ -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="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="https://github.com/ninja-build/ninja/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed"
|
||||
PATCHES="ninja-$portVersion.patchset"
|
||||
@@ -38,7 +38,7 @@ BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
PROVIDES_zsh="
|
||||
ninja_zsh$secondaryArchSuffix = $portVersion
|
||||
ninja${secondaryArchSuffix}_zsh = $portVersion
|
||||
"
|
||||
REQUIRES_zsh="
|
||||
ninja$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user