summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bock <nicolasbock@gentoo.org>2016-09-17 15:21:02 -0600
committerNicolas Bock <nicolasbock@gentoo.org>2016-09-17 15:21:38 -0600
commitb07eb180eaeb6ae323315b2d85484a7965400b1d (patch)
tree5da808da96b30d8a1c260e46b04719200dab94a5 /app-crypt/kbfs
parentapp-editors/emacs-vcs: Remove old. (diff)
downloadgentoo-b07eb180eaeb6ae323315b2d85484a7965400b1d.tar.gz
gentoo-b07eb180eaeb6ae323315b2d85484a7965400b1d.tar.bz2
gentoo-b07eb180eaeb6ae323315b2d85484a7965400b1d.zip
app-crypt/kbfs: Updated dependencies
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/kbfs')
-rw-r--r--app-crypt/kbfs/kbfs-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-crypt/kbfs/kbfs-9999.ebuild b/app-crypt/kbfs/kbfs-9999.ebuild
index fb221bd3aae5..e0d47d21c7e3 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"