From d25db841f3af16e4f18f61077fcba040b8bb831f Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 2 Jan 2020 03:27:33 +0100 Subject: [PATCH] tagainijisho: broken on ppc --- srcpkgs/tagainijisho/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/tagainijisho/template b/srcpkgs/tagainijisho/template index a50e52c84b6..e842d9c5f46 100644 --- a/srcpkgs/tagainijisho/template +++ b/srcpkgs/tagainijisho/template @@ -11,3 +11,7 @@ license="GPL-3" homepage="http://www.tagaini.net" distfiles="https://github.com/Gnurou/tagainijisho/releases/download/${version}/tagainijisho-${version}.tar.gz" checksum="6fe3c579ec1cea6c41393ac9a82dd12d0e240032d2bb7837a90e470f480aaf4e" + +case "$XBPS_TARGET_MACHINE" in + ppc*) broken="other dicts are not built";; +esac