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).
This commit is contained in:
Érico Nogueira 2021-04-09 23:58:28 -03:00
parent 9bdf7d972b
commit 383537de1e

View file

@ -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"