- Mark broken on i386: does not build:

vendor/github.com/keybase/go-ps/process.go:39: undefined: processes
vendor/github.com/keybase/go-ps/process.go:47: undefined: findProcess

Approved by:	porgmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-11-21 16:35:24 +00:00
parent d6440427fd
commit 110b239443
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426737

View file

@ -11,6 +11,8 @@ COMMENT= Keybase.io client
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/../LICENSE
BROKEN_i386= does not build
GO_PKGNAME= github.com/keybase/client/go
GO_TARGET= -tags production ${GO_PKGNAME}/keybase
USES= go