routinator: better broken=
This commit is contained in:
parent
36e580ca09
commit
c541dbba77
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue