base-chroot{,-musl}: require kernel-libc-headers>=3.17; drop iana-etc and m4.

This commit is contained in:
Juan RP 2014-10-20 14:14:50 +02:00
parent 57ad534be0
commit 65b526c496
2 changed files with 12 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'base-chroot-musl'
pkgname=base-chroot-musl
version=0.9
version=0.10
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="
xbps-triggers base-files>=0.92 kernel-libc-headers musl chroot-gcc
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 m4 chroot-util-linux
chroot-distcc chroot-git>=2.0 ccache xbps xz which iana-etc"
base-files>=0.92 kernel-libc-headers>=3.17 musl gcc>=4.9.1_8
gcc-c++>=4.9.1_8 patch chroot-bash chroot-grep chroot-coreutils
chroot-gettext chroot-texinfo sed chroot-gawk findutils diffutils
make gzip file tar chroot-util-linux chroot-distcc
chroot-git>=2.0 ccache xbps>=0.41 xz which"

View File

@ -1,6 +1,6 @@
# Template file for 'base-chroot'
pkgname=base-chroot
version=0.58
version=0.59
revision=1
noarch=yes
bootstrap=yes
@ -11,8 +11,9 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="Public domain"
depends="
base-files>=0.92 glibc-devel glibc-locales binutils gcc>=4.9.1_8 gcc-c++>=4.9.1_8
patch chroot-bash chroot-grep chroot-coreutils diffutils
chroot-gettext chroot-texinfo sed chroot-gawk findutils
base-files>=0.92 kernel-libc-headers>=3.17
glibc-devel glibc-locales binutils gcc>=4.9.1_8
gcc-c++>=4.9.1_8 patch chroot-bash chroot-grep chroot-coreutils
chroot-gettext chroot-texinfo sed chroot-gawk findutils diffutils
make gzip file tar chroot-util-linux chroot-distcc
chroot-git>=2.0 m4 ccache xbps>=0.41 xz which iana-etc"
chroot-git>=2.0 ccache xbps>=0.41 xz which"