From 6e0c87dd957bd06971a6e7061c4245e2c6ea1d93 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 28 Jul 2018 20:39:03 -0300 Subject: [PATCH] qupzilla: mark as broken on aarch64-musl --- srcpkgs/qupzilla/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/qupzilla/template b/srcpkgs/qupzilla/template index 35eebf0b515..0ba3d13566b 100644 --- a/srcpkgs/qupzilla/template +++ b/srcpkgs/qupzilla/template @@ -9,3 +9,7 @@ short_desc="Lightweight multiplatform browser (transitional dummy package)" maintainer="Jürgen Buchmüller " license="GPL-3" homepage="https://qupzilla.com/" + +case "$XBPS_TARGET_MACHINE" in + aarch64-musl) broken="qt5-declarative-5.10.1_9 (update) breaks installed pkg qt5-tools-5.10.1_11" ;; +esac