From a223318f38dda035e584c878e2e039efd652d91e Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 3 Aug 2022 19:02:16 +0000 Subject: [PATCH] mercury: broken on ppc* --- srcpkgs/mercury/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/mercury/template b/srcpkgs/mercury/template index 4681edc6c4f..27374a91e3b 100644 --- a/srcpkgs/mercury/template +++ b/srcpkgs/mercury/template @@ -20,6 +20,8 @@ case "$XBPS_MACHINE" in _LLDS_GRADE=asm_fast ;; *i686*) _LLDS_GRADE=reg ;; + ppc*) + broken="i don't have time for this nonsense" ;; *) _LLDS_GRADE=none ;; esac