From 69b14651e8c98e5e3574c5d9c8679a98ed1a7307 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Tue, 21 Feb 2023 11:47:24 -0800 Subject: [PATCH] libgit2: remove git from hostmakedepends Fixes build cycle with cairo -> rust -> libgit -> git -> gir -> cairo. git was added to hostmakedepends when the distfiles were obtained using git clone. --- srcpkgs/libgit2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template index d8040d3be1c5..6fc1c6641b7c 100644 --- a/srcpkgs/libgit2/template +++ b/srcpkgs/libgit2/template @@ -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 "