base-chroot-musl: depends on musl-legacy-compat.
This commit is contained in:
parent
7223431d4f
commit
539eed6f4a
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-chroot-musl'
|
||||
pkgname=base-chroot-musl
|
||||
version=0.13
|
||||
version=0.14
|
||||
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 aarch64-musl"
|
||||
|
||||
depends="
|
||||
base-files>=0.92 kernel-libc-headers>=3.17 musl gcc gcc-c++
|
||||
patch chroot-bash chroot-grep coreutils findutils
|
||||
base-files>=0.92 kernel-libc-headers>=3.17 musl musl-legacy-compat
|
||||
gcc gcc-c++ patch chroot-bash chroot-grep coreutils findutils
|
||||
chroot-gettext chroot-texinfo sed chroot-gawk diffutils
|
||||
make gzip file tar chroot-util-linux chroot-distcc
|
||||
chroot-git>=2.0 ccache xbps>=0.41 xz which"
|
||||
|
|
Loading…
Reference in New Issue