From 341531994165f8840b303a3baafc56d2a413f423 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 20 Dec 2018 18:23:32 +0100 Subject: [PATCH] edb-debugger: mark ppc64 as broken [ci skip] --- srcpkgs/edb-debugger/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/edb-debugger/template b/srcpkgs/edb-debugger/template index ff3d520afed..135a8c230a5 100644 --- a/srcpkgs/edb-debugger/template +++ b/srcpkgs/edb-debugger/template @@ -17,7 +17,7 @@ case "${XBPS_TARGET_MACHINE}" in arm*|aarch64*) broken="${XBPS_TARGET_MACHINE} not supported yet" ;; - mips*) + mips*|ppc64*) broken="${XBPS_TARGET_MACHINE} unsuported target" ;; esac