xbps: only require git in the chroot case; fixes bootstrap build.

This commit is contained in:
Juan RP 2015-03-28 04:04:24 +01:00
parent 36499ac3a7
commit 67fe8a63c8

View file

@ -9,7 +9,6 @@ maintainer="Juan RP <xtraeme@gmail.com>"
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() {