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:
oreo639 2023-02-21 11:47:24 -08:00 committed by classabbyamp
parent c0c2d7ae39
commit 9e4d3a0c43

View file

@ -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>"