From 5cf681dc8920432468644d9b097ff8e5697de7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 3 Jan 2020 12:46:55 +0100 Subject: [PATCH] chroot-git: add gettext and tar to hostmakedepends --- srcpkgs/chroot-git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chroot-git/template b/srcpkgs/chroot-git/template index 7037c9a5660..a439e1d0414 100644 --- a/srcpkgs/chroot-git/template +++ b/srcpkgs/chroot-git/template @@ -18,7 +18,7 @@ distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" checksum=723f24dce8fdd621a308b6187553fce7d5244205c065fe0a3aebd0b7c3f88562 if [ "$CHROOT_READY" ]; then - hostmakedepends="perl" + hostmakedepends="perl gettext tar" else configure_args+=" --with-zlib=${XBPS_MASTERDIR}/usr" fi