From 383537de1ead07b0041d6953d8b22a8225dcc7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Fri, 9 Apr 2021 23:58:28 -0300 Subject: [PATCH] pinktrace: restrict arch list to supported platforms. This has the side effect of disabling the build for aarch64, which was previously not restricted in the template but wasn't available in repos anyway (builder scheduling issues led to it not being noticed). --- srcpkgs/pinktrace/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/pinktrace/template b/srcpkgs/pinktrace/template index 235d2f97454..3fbb5a48a58 100644 --- a/srcpkgs/pinktrace/template +++ b/srcpkgs/pinktrace/template @@ -2,6 +2,8 @@ pkgname=pinktrace version=0.9.6 revision=1 +# arch list taken from https://dev.exherbo.org/~alip/pinktrace/#supported_platforms +archs="x86_64* i686* ppc* arm*" wrksrc="$pkgname-1-$version" build_style=gnu-configure configure_args="--enable-python"