routinator: broken on ppc (ftbfs in ring)
This commit is contained in:
parent
d713357b83
commit
df036e194c
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ homepage="https://github.com/NLnetLabs/routinator"
|
|||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=00d55fcfda6bee6311304415b77347e72e6f65f5f549c57c70876234f67cc0ab
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc*) broken="ftbfs in ring" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue