From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1488925-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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 5B35D15800F
	for <garchives@archives.gentoo.org>; Tue, 21 Feb 2023 22:04:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2DCB1E070D;
	Tue, 21 Feb 2023 22:04:28 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 0FE06E070D
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Feb 2023 22:04:27 +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 C295B335D58
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Feb 2023 22:04:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 17B888B8
	for <gentoo-commits@lists.gentoo.org>; Tue, 21 Feb 2023 22:04:25 +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: <1677017056.8197b38d9aaaf38acd41d312372a10ca1496251f.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.0.2.ebuild app-crypt/keybase/metadata.xml
X-VCS-Directories: app-crypt/keybase/
X-VCS-Committer: nicolasbock
X-VCS-Committer-Name: Nicolas Bock
X-VCS-Revision: 8197b38d9aaaf38acd41d312372a10ca1496251f
X-VCS-Branch: master
Date: Tue, 21 Feb 2023 22:04:25 +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: cdb2dfeb-e27f-47fa-b8dc-1d5d2ed2a0c9
X-Archives-Hash: 9f1807402c6deb6d3ac7f3b014c2f43f

commit:     8197b38d9aaaf38acd41d312372a10ca1496251f
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 22:03:18 2023 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 22:04:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8197b38d

app-crypt/keybase: Add `fuse` USE flag

Signed-off-by: Nicolas Bock <nicolasbock <AT> gentoo.org>

 app-crypt/keybase/keybase-6.0.2.ebuild | 5 ++++-
 app-crypt/keybase/metadata.xml         | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

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>