summaryrefslogtreecommitdiff
path: root/app-crypt/keybase/keybase-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-13 01:09:33 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-13 01:09:33 +0000
commit58523314abd7b5740c06e3bbcd41ada404e7c612 (patch)
tree2ec4372c4b63bd8679af9b4c591c2743e421b1b9 /app-crypt/keybase/keybase-9999.ebuild
parent4fc30e4e13ecfbe29fbef3b5caf96218eab30b68 (diff)
gentoo auto-resync : 13:01:2024 - 01:09:33
Diffstat (limited to 'app-crypt/keybase/keybase-9999.ebuild')
-rw-r--r--app-crypt/keybase/keybase-9999.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/app-crypt/keybase/keybase-9999.ebuild b/app-crypt/keybase/keybase-9999.ebuild
index e7a1f0027806..28d9cb64b5ae 100644
--- a/app-crypt/keybase/keybase-9999.ebuild
+++ b/app-crypt/keybase/keybase-9999.ebuild
@@ -66,6 +66,12 @@ src_install() {
pkg_postinst() {
elog "Start/Restart keybase: run_keybase"
+ if ! use fuse; then
+ elog " Note that without USE=fuse the kbfs package will not"
+ elog " be installed automatically. Either install it manually"
+ elog " or export KEYBASE_NO_KBFS=1 in your shell to avoid"
+ elog " failures when executing run_keybase."
+ fi
elog "Run the service: keybase service"
elog "Run the client: keybase login"
ewarn "Note that the user keybasehelper is obsolete and can be removed"