base-chroot{,-musl}: drop chroot-git; use hostmakedepends="git" instead.

This commit is contained in:
Juan RP 2014-07-27 15:41:01 +02:00
parent 75e514756e
commit 28e82e663d
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'base-chroot-musl'
pkgname=base-chroot-musl
version=0.3
version=0.4
revision=1
bootstrap=yes
build_style=meta
@ -18,5 +18,5 @@ makedepends="
binutils chroot-patch chroot-bash chroot-grep chroot-coreutils chroot-diffutils
chroot-gettext chroot-texinfo chroot-sed chroot-gawk chroot-findutils
chroot-make chroot-gzip chroot-file chroot-tar m4 chroot-fakeroot
chroot-util-linux chroot-distcc chroot-git ccache xbps xz"
chroot-util-linux chroot-distcc ccache xbps xz"
depends="${makedepends}"

View File

@ -1,6 +1,6 @@
# Template file for 'base-chroot'
pkgname=base-chroot
version=0.47
version=0.48
revision=1
noarch=yes
bootstrap=yes
@ -15,5 +15,5 @@ makedepends="
gcc>=4.9.0_6 gcc-c++>=4.9.0_6 chroot-patch chroot-bash chroot-grep chroot-coreutils
chroot-diffutils chroot-gettext chroot-texinfo chroot-sed chroot-gawk
chroot-findutils chroot-make chroot-gzip chroot-file chroot-tar m4
chroot-fakeroot chroot-distcc chroot-git ccache xbps xz"
chroot-fakeroot chroot-distcc ccache xbps xz"
depends="${makedepends}"