lib / prepare-host: debian-archive-keyring is not a host-dependency for RISCv64

This was introduced in 2a8cb5793f as a relaxation to the previous
state when RISCv64 was not yet officially supported by Debian and
lived in Debian Ports.
This commit is contained in:
Rolf Leggewie 2025-07-21 04:32:52 +08:00 committed by leggewie
parent d833170688
commit eda88e848b
1 changed files with 0 additions and 1 deletions

View File

@ -266,7 +266,6 @@ function adaptative_prepare_host_dependencies() {
if [[ "${wanted_arch}" == "riscv64" || "${wanted_arch}" == "all" ]]; then
host_dependencies+=("gcc-riscv64-linux-gnu") # crossbuild-essential-riscv64 is not even available "yet"
host_dependencies+=("debian-archive-keyring")
fi
if [[ "${wanted_arch}" == "loong64" ]]; then