From 72b2c2f39e152a404eb10d907c9b6091f9f70bf3 Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 8 Jan 2020 20:22:49 +0100 Subject: [PATCH] txr: restrict archs to what it actually supports --- srcpkgs/txr/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template index 46a2d6ebc8..80f3387ee3 100644 --- a/srcpkgs/txr/template +++ b/srcpkgs/txr/template @@ -2,6 +2,7 @@ pkgname=txr version=227 revision=1 +archs="x86_64* i686* aarch64* arm* ppc64*" build_style=configure make_check_target=tests # enabling libffi causes double-free errors with musl