mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
base-chroot: require a working gcc version, at least on x86.
This commit is contained in:
parent
27fe60515a
commit
720308e58a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-chroot'
|
# Template file for 'base-chroot'
|
||||||
pkgname=base-chroot
|
pkgname=base-chroot
|
||||||
version=0.53
|
version=0.54
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
|
|
||||||
depends="
|
depends="
|
||||||
base-files>=0.92 glibc-devel glibc-locales binutils gcc>=4.9.0_6 gcc-c++>=4.9.0_6
|
base-files>=0.92 glibc-devel glibc-locales binutils gcc>=4.9.1_8 gcc-c++>=4.9.1_8
|
||||||
chroot-patch chroot-bash chroot-grep chroot-coreutils chroot-diffutils
|
chroot-patch chroot-bash chroot-grep chroot-coreutils chroot-diffutils
|
||||||
chroot-gettext chroot-texinfo chroot-sed chroot-gawk chroot-findutils
|
chroot-gettext chroot-texinfo chroot-sed chroot-gawk chroot-findutils
|
||||||
chroot-make chroot-gzip chroot-file chroot-tar chroot-fakeroot chroot-distcc
|
chroot-make chroot-gzip chroot-file chroot-tar chroot-fakeroot chroot-distcc
|
||||||
|
|
Loading…
Add table
Reference in a new issue