base-chroot-musl: switch to gcc (4.9.x).

This commit is contained in:
Juan RP 2015-02-07 11:34:20 +01:00
parent 20c7496ea0
commit 1eb5e48389
1 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.12
version=0.13
revision=1
bootstrap=yes
build_style=meta
@ -14,8 +14,8 @@ provides="base-chroot-${version}_${revision}"
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"
depends="
base-files>=0.92 kernel-libc-headers>=3.17 musl gcc-4.7
gcc-c++-4.7 patch chroot-bash chroot-grep coreutils
chroot-gettext chroot-texinfo sed chroot-gawk findutils diffutils
base-files>=0.92 kernel-libc-headers>=3.17 musl gcc gcc-c++
patch chroot-bash chroot-grep coreutils findutils
chroot-gettext chroot-texinfo sed chroot-gawk diffutils
make gzip file tar chroot-util-linux chroot-distcc
chroot-git>=2.0 ccache xbps>=0.41 xz which"