From 514d8bcfba73266d934ae5e66e949d7ef82b1ce7 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Thu, 3 Jan 2019 19:45:37 +0100 Subject: [PATCH] libkeybinder3: unbreak on aarch64 --- srcpkgs/libkeybinder3/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/libkeybinder3/template b/srcpkgs/libkeybinder3/template index 1b4517a0d81..5f13b9b42b6 100644 --- a/srcpkgs/libkeybinder3/template +++ b/srcpkgs/libkeybinder3/template @@ -14,10 +14,6 @@ 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"