diff options
-rw-r--r-- | app-crypt/keybase/keybase-6.0.2.ebuild | 5 | ||||
-rw-r--r-- | app-crypt/keybase/metadata.xml | 3 |
2 files changed, 7 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() { diff --git a/app-crypt/keybase/metadata.xml b/app-crypt/keybase/metadata.xml index 6c47b44141f7..ea7f92ef67a0 100644 --- a/app-crypt/keybase/metadata.xml +++ b/app-crypt/keybase/metadata.xml @@ -13,6 +13,9 @@ The official Keybase secure messaging, file-sharing, and key directory client for Linux. </longdescription> + <use> + <flag name="fuse">Enable app-crypt/kbfs support</flag> + </use> <upstream> <remote-id type="github">keybase/client</remote-id> </upstream> |