From 548c3dab25cbd03ca6d829eb4e6500abc87e49f0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 6 Mar 2019 23:11:21 -0300 Subject: [PATCH] xbps-src: drop git requirement All the code should try chroot-git then git. The 2 instances of git usage do it, the only code left is in common/travis. --- xbps-src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps-src b/xbps-src index 9e5123c7cb5..1753d5e682d 100755 --- a/xbps-src +++ b/xbps-src @@ -473,7 +473,7 @@ readonly REQHOST_UTILS_BOOTSTRAP="make gawk bash bison sed gcc g++ msgfmt makein # Required utilities in host system for chroot ops. readonly REQHOST_UTILS="xbps-install xbps-query xbps-rindex xbps-uhelper \ - xbps-reconfigure xbps-remove xbps-create xbps-uchroot xbps-uunshare git" + xbps-reconfigure xbps-remove xbps-create xbps-uchroot xbps-uunshare" check_reqhost_utils