diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template index 3b14fa4ce2f..44e983aff15 100644 --- a/srcpkgs/routinator/template +++ b/srcpkgs/routinator/template @@ -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 }