From c541dbba7753d637615d377d0efa15303b556332 Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 29 Jul 2020 23:23:12 +0200 Subject: [PATCH] routinator: better broken= --- srcpkgs/routinator/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template index c70484fcfea..4d9239c844a 100644 --- a/srcpkgs/routinator/template +++ b/srcpkgs/routinator/template @@ -12,7 +12,8 @@ distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz" checksum=a84589789bdc76322deb29c78d6b14391c859967a4ae8f766a79d6b7a1fd16b2 case "$XBPS_TARGET_MACHINE" in - ppc*) broken="ftbfs in ring" ;; + x86_64*|i686*|arm*|aarch64*) ;; + *) broken="ftbfs in ring" ;; esac post_install() {