libgit2: remove git from hostmakedepends
Fixes build cycle with cairo -> mesa -> rust -> libgit -> git -> gir -> cairo. git was added to hostmakedepends when the distfiles were obtained using git clone. fixes #42378
This commit is contained in:
parent
c0c2d7ae39
commit
9e4d3a0c43
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version=1.5.1
|
|||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DUSE_SSH=ON"
|
||||
hostmakedepends="python3 git pkg-config"
|
||||
hostmakedepends="python3 pkg-config"
|
||||
makedepends="zlib-devel openssl-devel http-parser-devel libssh2-devel"
|
||||
short_desc="Git linkable library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
|
Loading…
Add table
Reference in a new issue