From 67fe8a63c8e4a832c6ebea13ce0cc34353e1fb35 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 28 Mar 2015 04:04:24 +0100 Subject: [PATCH] xbps: only require git in the chroot case; fixes bootstrap build. --- srcpkgs/xbps/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index 0fcc0b68939..c011851847c 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -9,7 +9,6 @@ maintainer="Juan RP " homepage="https://github.com/voidlinux/xbps" license="2-clause-BSD" -hostmakedepends="git" makedepends="zlib-devel libressl-devel libarchive-devel" depends="xbps-triggers" @@ -17,7 +16,7 @@ if [ -z "$CHROOT_READY" ]; then CFLAGS+=" -idirafter ${XBPS_MASTERDIR}/usr/include" LDFLAGS+=" -L${XBPS_MASTERDIR}/usr/lib" else - hostmakedepends+=" pkg-config" + hostmakedepends="git pkg-config" makedepends+=" atf-devel" xbps-tests_package() {