kig: broken on aarch64 for now

This commit is contained in:
Helmut Pozimski 2019-01-02 08:51:11 +01:00
parent 77c1e19d22
commit a9fcb829c5

View File

@ -15,3 +15,7 @@ checksum=f1cf5346a1b965cd30e671dfa4af62c66772b6f4eb40f99e84552f2425f9077f
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools qt5-host-tools qt5-qmake"
fi
case "$XBPS_TARGET_MACHINE" in
aarch64) broken="Blocking builder";;
esac