commit: 629714b430b67464b83ee6286b558d0e58be8609 Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org> AuthorDate: Thu Jun 21 08:57:52 2018 +0000 Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org> CommitDate: Thu Jun 21 08:59:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629714b4
app-crypt/kbfs: Add missing product name Bug: https://bugs.gentoo.org/658504 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-crypt/kbfs/kbfs-2.0.0-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-crypt/kbfs/kbfs-2.0.0-r1.ebuild b/app-crypt/kbfs/kbfs-2.0.0-r1.ebuild index c6b4d2bbe67..41a15fe6805 100644 --- a/app-crypt/kbfs/kbfs-2.0.0-r1.ebuild +++ b/app-crypt/kbfs/kbfs-2.0.0-r1.ebuild @@ -38,6 +38,11 @@ src_compile() { golang-build_src_compile } +src_test() { + EGO_PN="github.com/keybase/kbfs/kbfsfuse" \ + golang-build_src_test +} + src_install() { dobin "${T}/kbfsfuse" dobin "${T}/git-remote-keybase"
