pueue: now broken on non-x86/arm because of ring

This commit is contained in:
q66 2021-01-12 18:07:37 +01:00
parent 06153f0184
commit d512ccd415
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ homepage="https://github.com/Nukesor/pueue"
distfiles="https://github.com/Nukesor/pueue/archive/v${version}.tar.gz"
checksum=dbd333079df9249609f6a01d7c96175ec9d74f9d621688b95ec755134b7fa1f5
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;
*) broken="ftbfs in ring" ;;
esac
post_install() {
vlicense LICENSE
}