summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/keybase/keybase-6.0.2.ebuild')
-rw-r--r--app-crypt/keybase/keybase-6.0.2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-crypt/keybase/keybase-6.0.2.ebuild b/app-crypt/keybase/keybase-6.0.2.ebuild
index a8dd68ddad93..cce66b1ede2e 100644
--- a/app-crypt/keybase/keybase-6.0.2.ebuild
+++ b/app-crypt/keybase/keybase-6.0.2.ebuild
@@ -19,10 +19,13 @@ fi
LICENSE="Apache-2.0 BSD BSD-2 LGPL-3 MIT MPL-2.0"
SLOT="0"
+IUSE="fuse"
RDEPEND="
app-crypt/gnupg
- sys-fs/fuse:0=
+ fuse? (
+ ~app-crypt/kbfs-${PV}
+ )
"
src_unpack() {