From f8a797d801fc9fbbf77d7ab1892951832e7153d9 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 7 May 2020 00:36:10 +0200 Subject: [PATCH] mdbook-linkcheck: broken on ppc* --- srcpkgs/mdbook-linkcheck/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/mdbook-linkcheck/template b/srcpkgs/mdbook-linkcheck/template index 3f6762ecad6..f94ec7c0b63 100644 --- a/srcpkgs/mdbook-linkcheck/template +++ b/srcpkgs/mdbook-linkcheck/template @@ -10,6 +10,10 @@ homepage="https://crates.io/crates/mdbook-linkcheck" distfiles="https://github.com/Michael-F-Bryan/mdbook-linkcheck/archive/v${version}.tar.gz" checksum=e3717082347c7cabcd99ff7d4bff25aeb7c535eb3582b6e97066cc02f8a399bb +case "$XBPS_TARGET_MACHINE" in + ppc*) broken="ftbfs in ring";; +esac + post_install() { vlicense LICENSE }