summaryrefslogtreecommitdiff
path: root/app-crypt
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
parent913b2960d1811042f32366c971d0ce599e4e465a (diff)
downloadgentoo-b07eb180eaeb6ae323315b2d85484a7965400b1d.tar.gz
gentoo-b07eb180eaeb6ae323315b2d85484a7965400b1d.tar.xz
app-crypt/kbfs: Updated dependencies
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt')
-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 fb221bd3aae..e0d47d21c7e 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"