From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1589814-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B4288158451
	for <garchives@archives.gentoo.org>; Fri, 12 Jan 2024 19:14:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F1D1DE2A20;
	Fri, 12 Jan 2024 19:13:59 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D5716E2A20
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Jan 2024 19:13:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0C9B434306E
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Jan 2024 19:13:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 64B1F141
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Jan 2024 19:13:57 +0000 (UTC)
From: "Nicolas Bock" <nicolasbock@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" <nicolasbock@gentoo.org>
Message-ID: <1705086829.86d77e1fd64cd3ea3b83da982b147d297c055cd2.nicolasbock@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/keybase/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-crypt/keybase/keybase-6.2.4.ebuild app-crypt/keybase/keybase-9999.ebuild
X-VCS-Directories: app-crypt/keybase/
X-VCS-Committer: nicolasbock
X-VCS-Committer-Name: Nicolas Bock
X-VCS-Revision: 86d77e1fd64cd3ea3b83da982b147d297c055cd2
X-VCS-Branch: master
Date: Fri, 12 Jan 2024 19:13:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c90bc6c7-7656-4311-8e00-fb1acb36d407
X-Archives-Hash: 66a57b4ebe1897ece458b0cbdc048f62

commit:     86d77e1fd64cd3ea3b83da982b147d297c055cd2
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 19:12:43 2024 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 19:13:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d77e1f

app-crypt/keybase: Add warning about kbfs

Bug: https://bugs.gentoo.org/921016
Signed-off-by: Nicolas Bock <nicolasbock <AT> gentoo.org>

 app-crypt/keybase/keybase-6.2.4.ebuild | 6 ++++++
 app-crypt/keybase/keybase-9999.ebuild  | 6 ++++++
 2 files changed, 12 insertions(+)

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"