diff options
author | Nicolas Bock <nicolasbock@gentoo.org> | 2018-02-20 14:48:30 -0700 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2018-02-20 14:50:24 -0700 |
commit | 69d499853384be5c7968520fcb7c14c7c33835d3 (patch) | |
tree | 0f34af4343f82c1cfe9972d4a554f91b2598a0b9 /app-crypt/keybase | |
parent | app-crypt/keybase: Install `keybase-mount-helper` (diff) | |
download | gentoo-69d499853384be5c7968520fcb7c14c7c33835d3.tar.gz gentoo-69d499853384be5c7968520fcb7c14c7c33835d3.tar.bz2 gentoo-69d499853384be5c7968520fcb7c14c7c33835d3.zip |
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
Diffstat (limited to 'app-crypt/keybase')
-rw-r--r-- | app-crypt/keybase/keybase-1.0.41-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/keybase/keybase-1.0.41-r1.ebuild b/app-crypt/keybase/keybase-1.0.41-r1.ebuild index c6132ba6c552..bd5957be4c0c 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" |