From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1031505-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1070138334 for <garchives@archives.gentoo.org>; Thu, 21 Jun 2018 09:02:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A216DE0997; Thu, 21 Jun 2018 09:02:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CDA3E0997 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Jun 2018 09:02:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15A65335CA2 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Jun 2018 09:02:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4C572C2 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Jun 2018 09:02:37 +0000 (UTC) From: "Nicolas Bock" <nicolasbock@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" <nicolasbock@gentoo.org> Message-ID: <1529571544.629714b430b67464b83ee6286b558d0e58be8609.nicolasbock@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/kbfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/kbfs/kbfs-2.0.0-r1.ebuild X-VCS-Directories: app-crypt/kbfs/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 629714b430b67464b83ee6286b558d0e58be8609 X-VCS-Branch: master Date: Thu, 21 Jun 2018 09:02:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 97b2aae1-60c1-44ba-b652-d032ee3e5dba X-Archives-Hash: 75648e637825d448af6538f53e911e2e 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"