pueue: now broken on non-x86/arm because of ring
This commit is contained in:
parent
06153f0184
commit
d512ccd415
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue