commit: b07eb180eaeb6ae323315b2d85484a7965400b1d
Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 21:21:02 2016 +0000
Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 21:21:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07eb180
app-crypt/kbfs: Updated dependencies
Package-Manager: portage-2.2.28
app-crypt/kbfs/kbfs-9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-crypt/kbfs/kbfs-9999.ebuild b/app-crypt/kbfs/kbfs-9999.ebuild
index fb221bd..e0d47d2 100644
--- a/app-crypt/kbfs/kbfs-9999.ebuild
+++ b/app-crypt/kbfs/kbfs-9999.ebuild
@@ -20,7 +20,10 @@ DEPEND="
>=app-crypt/keybase-1.0.17
"
RDEPEND="
- app-crypt/gnupg"
+ app-crypt/gnupg
+ sys-fs/fuse
+ "
+
S="${WORKDIR}/src/github.com/keybase/kbfs"