drive: mark as broken to unbreak i686 builder

This commit is contained in:
Alessio Sergi 2017-01-12 11:03:02 +01:00
parent 782dcce9d3
commit 2bc8e7b1de
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ go_package="github.com/odeke-em/drive/cmd/drive github.com/odeke-em/drive/drive-
distfiles="$homepage/archive/v$version.tar.gz"
checksum=ce7e4dd994c01d4534251c9a31adca34ed89ff6e64045813a7ce5c588ddd04be
case "$XBPS_TARGET_MACHINE" in
i686*) broken="go i686 is broken for now";;
esac
post_install() {
vdoc README.md
}