From 50956a72e32c24cfa5097bca6316e76a0f116d4d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 12 Jun 2012 10:44:19 +0200 Subject: [PATCH] base-chroot: depend on latest chroot-binutils. --- srcpkgs/base-chroot/template | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/srcpkgs/base-chroot/template b/srcpkgs/base-chroot/template index 2616bce17c..34bf5a0a2f 100644 --- a/srcpkgs/base-chroot/template +++ b/srcpkgs/base-chroot/template @@ -1,15 +1,22 @@ # Template file for 'base-chroot' pkgname=base-chroot -version=0.28 +version=0.29 +revision=1 noarch=yes bootstrap=yes build_style=meta-template homepage="http://code.google.com/p/xbps" -fulldepends="xbps-triggers base-files kernel-libc-headers chroot-glibc chroot-gcc chroot-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-bzip2 chroot-file chroot-tar chroot-m4 chroot-xz chroot-fakeroot mpfr-devel gmp-devel zlib-devel ccache" -revision=1 short_desc="Bootstrap packages for xbps-src" maintainer="Juan RP " license="Public domain" long_desc=" This package installs all necessary packages to be able to build packages inside of a chroot with xbps-src." + +_deps="xbps-triggers base-files kernel-libc-headers chroot-glibc chroot-gcc chroot-binutils>=2.22.52.0.4_1 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-bzip2 chroot-file chroot-tar chroot-m4 chroot-xz chroot-fakeroot mpfr-devel gmp-devel zlib-devel ccache" + +if [ -n "$IN_CHROOT" ]; then + depends="${_deps}" +else + fulldepends="${_deps}" +fi