base-chroot: remove ccache from bootstrap

This commit is contained in:
Đoàn Trần Công Danh 2021-06-06 09:01:34 +07:00 committed by Đoàn Trần Công Danh
parent b680d0ca90
commit f6fecb9c14

View file

@ -17,6 +17,10 @@ esac
depends+="
base-files binutils gcc gcc-ada libada-devel
patch sed findutils diffutils make gzip coreutils
file bsdtar ccache xbps mpfr ncurses libreadline8
file bsdtar xbps mpfr ncurses libreadline8
chroot-bash chroot-grep chroot-gawk chroot-distcc
chroot-util-linux chroot-git"
if [ "$CHROOT_READY" ]; then
depends+=" ccache"
fi