base-chroot: reorder deps; not revbumped, same deps.
This commit is contained in:
parent
8b2efb2162
commit
5cce884be7
1 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,12 @@ long_desc="
|
|||
This package installs all necessary packages to be able to build packages
|
||||
inside of a chroot with xbps-src."
|
||||
|
||||
_deps="xbps-triggers base-files kernel-libc-headers chroot-glibc chroot-gcc chroot-binutils>=2.22.52.0.4_1 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-bzip2 chroot-file chroot-tar chroot-m4 chroot-xz chroot-fakeroot mpfr-devel gmp-devel zlib-devel ccache"
|
||||
_deps="xbps-triggers base-files kernel-libc-headers chroot-glibc
|
||||
chroot-binutils>=2.22.52.0.4_1 chroot-gcc 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-bzip2
|
||||
chroot-file chroot-tar chroot-m4 chroot-xz chroot-fakeroot mpfr-devel
|
||||
gmp-devel zlib-devel ccache"
|
||||
|
||||
if [ -n "$IN_CHROOT" ]; then
|
||||
depends="${_deps}"
|
||||
|
|
Loading…
Reference in a new issue