base-chroot: switch to gcc.

This commit is contained in:
Juan RP
2014-05-19 13:20:13 +02:00
parent 6e9bb4739e
commit 8aa7891ae4

View File

@@ -1,6 +1,6 @@
# Template file for 'base-chroot' # Template file for 'base-chroot'
pkgname=base-chroot pkgname=base-chroot
version=0.45 version=0.46
revision=1 revision=1
noarch=yes noarch=yes
bootstrap=yes bootstrap=yes
@@ -11,9 +11,9 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="Public domain" license="Public domain"
makedepends=" makedepends="
base-files>=0.92 kernel-libc-headers>=3.10 glibc-devel glibc-locales chroot-gcc>=4.9 base-files>=0.92 kernel-libc-headers>=3.10 glibc-devel glibc-locales binutils
binutils chroot-patch chroot-bash chroot-grep chroot-coreutils chroot-diffutils gcc>=4.9.0_6 gcc-c++>=4.9.0_6 chroot-patch chroot-bash chroot-grep chroot-coreutils
chroot-gettext chroot-texinfo chroot-sed chroot-gawk chroot-findutils chroot-diffutils chroot-gettext chroot-texinfo chroot-sed chroot-gawk
chroot-make chroot-gzip chroot-file chroot-tar chroot-m4 chroot-fakeroot chroot-findutils chroot-make chroot-gzip chroot-file chroot-tar chroot-m4
chroot-distcc chroot-git ccache xbps xz" chroot-fakeroot chroot-distcc chroot-git ccache xbps xz"
depends="${makedepends}" depends="${makedepends}"