From 626c6756646b9a61129173fa9a2ffa71f7e0a8fd Mon Sep 17 00:00:00 2001 From: Thomas Batten Date: Sat, 26 Jan 2019 21:33:01 +1030 Subject: [PATCH] librtas: Allow building on ppc --- srcpkgs/librtas/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/librtas/template b/srcpkgs/librtas/template index 515ee1d1b27..428fddff8a7 100644 --- a/srcpkgs/librtas/template +++ b/srcpkgs/librtas/template @@ -2,7 +2,7 @@ pkgname=librtas version=2.0.2 revision=1 -only_for_archs="ppc64le ppc64le-musl ppc64-musl" +only_for_archs="ppc ppc-musl ppc64le ppc64le-musl ppc64-musl" build_style=gnu-configure hostmakedepends="automake libtool" short_desc="Librtas library for Linux on Power systems"