base-chroot{,-musl}: require kernel-libc-headers>=3.17; drop iana-etc and m4.
This commit is contained in:
parent
57ad534be0
commit
65b526c496
2 changed files with 12 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-chroot-musl'
|
# Template file for 'base-chroot-musl'
|
||||||
pkgname=base-chroot-musl
|
pkgname=base-chroot-musl
|
||||||
version=0.9
|
version=0.10
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=meta
|
build_style=meta
|
||||||
|
@ -14,8 +14,8 @@ provides="base-chroot-${version}_${revision}"
|
||||||
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"
|
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl"
|
||||||
|
|
||||||
depends="
|
depends="
|
||||||
xbps-triggers base-files>=0.92 kernel-libc-headers musl chroot-gcc
|
base-files>=0.92 kernel-libc-headers>=3.17 musl gcc>=4.9.1_8
|
||||||
binutils chroot-patch chroot-bash chroot-grep chroot-coreutils chroot-diffutils
|
gcc-c++>=4.9.1_8 patch chroot-bash chroot-grep chroot-coreutils
|
||||||
chroot-gettext chroot-texinfo chroot-sed chroot-gawk chroot-findutils
|
chroot-gettext chroot-texinfo sed chroot-gawk findutils diffutils
|
||||||
chroot-make chroot-gzip chroot-file chroot-tar m4 chroot-util-linux
|
make gzip file tar chroot-util-linux chroot-distcc
|
||||||
chroot-distcc chroot-git>=2.0 ccache xbps xz which iana-etc"
|
chroot-git>=2.0 ccache xbps>=0.41 xz which"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'base-chroot'
|
# Template file for 'base-chroot'
|
||||||
pkgname=base-chroot
|
pkgname=base-chroot
|
||||||
version=0.58
|
version=0.59
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
@ -11,8 +11,9 @@ 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.1_8 gcc-c++>=4.9.1_8
|
base-files>=0.92 kernel-libc-headers>=3.17
|
||||||
patch chroot-bash chroot-grep chroot-coreutils diffutils
|
glibc-devel glibc-locales binutils gcc>=4.9.1_8
|
||||||
chroot-gettext chroot-texinfo sed chroot-gawk findutils
|
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
|
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"
|
||||||
|
|
Loading…
Reference in a new issue