libkeybinder3: aarch64 broken

This commit is contained in:
maxice8 2019-01-01 19:23:47 -02:00
parent 425be6a199
commit 5c50a6f0e2
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -14,6 +14,10 @@ homepage="https://github.com/engla/keybinder"
distfiles="https://github.com/engla/keybinder/archive/keybinder-3.0-v${version}.tar.gz"
checksum=2eec50be6dfafa672d719e719f639df10403f270b2473e60deb2fb8455d13c51
case "$XBPS_TARGET_MACHINE" in
aarch64) broken="Blocks the builder" ;;
esac
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"