commit:     69d499853384be5c7968520fcb7c14c7c33835d3
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 21:48:30 2018 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 21:50:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d49985

app-crypt/keybase: Add kbfs dependency

Add dependency on app-crypt/kbfs since it's used (or expected) by
default when running `run_keybase` to restart the keybase service.

Bug: https://bugs.gentoo.org/644210
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-crypt/keybase/keybase-1.0.41-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-crypt/keybase/keybase-1.0.41-r1.ebuild 
b/app-crypt/keybase/keybase-1.0.41-r1.ebuild
index c6132ba6c55..bd5957be4c0 100644
--- a/app-crypt/keybase/keybase-1.0.41-r1.ebuild
+++ b/app-crypt/keybase/keybase-1.0.41-r1.ebuild
@@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
-       >=dev-lang/go-1.6:0"
+       >=dev-lang/go-1.6:0
+       app-crypt/kbfs"
 RDEPEND="
        app-crypt/gnupg"
 

Reply via email to