diff options
author | Nicolas Bock <nicolasbock@gentoo.org> | 2023-03-21 21:46:59 -0600 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2023-03-21 21:48:02 -0600 |
commit | 18e93daa2a39bd1cea796809c1748e0655af9514 (patch) | |
tree | 6679669040fb8be1f1cbc633b6ca82664f679174 /app-crypt | |
parent | dev-ml/findlib: Stabilize 1.9.6 amd64, #901661 (diff) | |
download | gentoo-18e93daa2a39bd1cea796809c1748e0655af9514.tar.gz gentoo-18e93daa2a39bd1cea796809c1748e0655af9514.tar.bz2 gentoo-18e93daa2a39bd1cea796809c1748e0655af9514.zip |
app-crypt/keybase: Add `fuse` USE
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/keybase/keybase-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-crypt/keybase/keybase-9999.ebuild b/app-crypt/keybase/keybase-9999.ebuild index a8dd68ddad93..cce66b1ede2e 100644 --- a/app-crypt/keybase/keybase-9999.ebuild +++ b/app-crypt/keybase/keybase-9999.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() { |