summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bock <nicolasbock@gentoo.org>2024-01-12 12:12:43 -0700
committerNicolas Bock <nicolasbock@gentoo.org>2024-01-12 12:13:49 -0700
commit86d77e1fd64cd3ea3b83da982b147d297c055cd2 (patch)
tree6aaf30a6313b10006fccbd908cb82e0f1cc37ee0
parentnet-misc/networkmanager: [QA] Remove invalid USE=lto (diff)
downloadgentoo-86d77e1fd64cd3ea3b83da982b147d297c055cd2.tar.gz
gentoo-86d77e1fd64cd3ea3b83da982b147d297c055cd2.tar.bz2
gentoo-86d77e1fd64cd3ea3b83da982b147d297c055cd2.zip
app-crypt/keybase: Add warning about kbfs
Bug: https://bugs.gentoo.org/921016 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
-rw-r--r--app-crypt/keybase/keybase-6.2.4.ebuild6
-rw-r--r--app-crypt/keybase/keybase-9999.ebuild6
2 files changed, 12 insertions, 0 deletions
diff --git a/app-crypt/keybase/keybase-6.2.4.ebuild b/app-crypt/keybase/keybase-6.2.4.ebuild
index e7a1f0027806..28d9cb64b5ae 100644
--- a/app-crypt/keybase/keybase-6.2.4.ebuild
+++ b/app-crypt/keybase/keybase-6.2.4.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"
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"