From 79b00e1c8c5780e01e4ae5352fffb56490e50630 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 28 Oct 2019 02:06:02 +0100 Subject: [PATCH] yaboot: restrict archs (no LE) --- srcpkgs/yaboot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yaboot/template b/srcpkgs/yaboot/template index e7a5fa03fdf..ede26e2d7f7 100644 --- a/srcpkgs/yaboot/template +++ b/srcpkgs/yaboot/template @@ -2,7 +2,7 @@ pkgname=yaboot version=1.3.17 revision=1 -archs="ppc*" +archs="ppc64 ppc64-musl ppc ppc-musl" build_style=gnu-makefile hostmakedepends="autoconf automake" depends="powerpc-utils hfsutils"