base-chroot: switch to gcc.

This commit is contained in:
Juan RP 2014-05-19 13:20:13 +02:00
parent 6e9bb4739e
commit 8aa7891ae4
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'base-chroot'
pkgname=base-chroot
version=0.45
version=0.46
revision=1
noarch=yes
bootstrap=yes
@ -11,9 +11,9 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="Public domain"
makedepends="
base-files>=0.92 kernel-libc-headers>=3.10 glibc-devel glibc-locales chroot-gcc>=4.9
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 chroot-m4 chroot-fakeroot
chroot-distcc chroot-git ccache xbps xz"
base-files>=0.92 kernel-libc-headers>=3.10 glibc-devel glibc-locales binutils
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 chroot-m4
chroot-fakeroot chroot-distcc chroot-git ccache xbps xz"
depends="${makedepends}"