base-chroot: require xbps-src >= 20130317_4.

This commit is contained in:
Juan RP 2013-03-17 11:44:09 +01:00
parent 6979b3a4b4
commit d269a58700

View File

@ -1,6 +1,6 @@
# Template file for 'base-chroot'
pkgname=base-chroot
version=0.33
version=0.34
revision=1
build_style=meta-template
homepage="http://www.voidlinux.eu"
@ -19,7 +19,7 @@ _deps="xbps-triggers base-files kernel-libc-headers chroot-glibc
chroot-grep chroot-coreutils chroot-diffutils chroot-gettext chroot-texinfo
chroot-sed chroot-gawk chroot-findutils chroot-make chroot-gzip chroot-bzip2
chroot-file chroot-tar chroot-m4 chroot-xz chroot-fakeroot mpfr-devel
gmp-devel zlib-devel ccache chroot-distcc chroot-git xbps-src"
gmp-devel zlib-devel ccache chroot-distcc chroot-git xbps-src>=20130317_4"
if [ -n "$IN_CHROOT" ]; then
depends="${_deps}"