Gentoo Archives: gentoo-commits

From: Nicolas Bock <nicolasbock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/keybase/
Date: Tue, 20 Feb 2018 21:50:43
Message-Id: 1519163424.69d499853384be5c7968520fcb7c14c7c33835d3.nicolasbock@gentoo
1 commit: 69d499853384be5c7968520fcb7c14c7c33835d3
2 Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 20 21:48:30 2018 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 20 21:50:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d49985
7
8 app-crypt/keybase: Add kbfs dependency
9
10 Add dependency on app-crypt/kbfs since it's used (or expected) by
11 default when running `run_keybase` to restart the keybase service.
12
13 Bug: https://bugs.gentoo.org/644210
14 Package-Manager: Portage-2.3.19, Repoman-2.3.6
15
16 app-crypt/keybase/keybase-1.0.41-r1.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/app-crypt/keybase/keybase-1.0.41-r1.ebuild b/app-crypt/keybase/keybase-1.0.41-r1.ebuild
20 index c6132ba6c55..bd5957be4c0 100644
21 --- a/app-crypt/keybase/keybase-1.0.41-r1.ebuild
22 +++ b/app-crypt/keybase/keybase-1.0.41-r1.ebuild
23 @@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~x86"
24 IUSE=""
25
26 DEPEND="
27 - >=dev-lang/go-1.6:0"
28 + >=dev-lang/go-1.6:0
29 + app-crypt/kbfs"
30 RDEPEND="
31 app-crypt/gnupg"