From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5912215813A for ; Sat, 18 Jan 2025 14:54:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E317E089C; Sat, 18 Jan 2025 14:54:08 +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 64201E089C for ; Sat, 18 Jan 2025 14:54:08 +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 69F2D341707 for ; Sat, 18 Jan 2025 14:54:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C72012082 for ; Sat, 18 Jan 2025 14:54:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1737211984.831f132c32008206a056aaafa3b3bcd9a1d4ca1f.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-vault/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-vault/plasma-vault-9999.ebuild X-VCS-Directories: kde-plasma/plasma-vault/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 831f132c32008206a056aaafa3b3bcd9a1d4ca1f X-VCS-Branch: master Date: Sat, 18 Jan 2025 14:54:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 45517a17-5e30-42cd-83ce-a480cff65542 X-Archives-Hash: 7a5d730e89545c0c8d95bea772a84950 commit: 831f132c32008206a056aaafa3b3bcd9a1d4ca1f Author: Alfred Wingate protonmail com> AuthorDate: Sat Jan 18 01:53:18 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 18 14:53:04 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=831f132c kde-plasma/plasma-vault: include gocryptfs as a supported backend Upstream commit: 853b0be5a4ac9f6a02b1848d832871e7b16fec22 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/kde/pull/1017 Signed-off-by: Sam James gentoo.org> kde-plasma/plasma-vault/plasma-vault-9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-vault/plasma-vault-9999.ebuild b/kde-plasma/plasma-vault/plasma-vault-9999.ebuild index 3fcac97695..552b5b8c9e 100644 --- a/kde-plasma/plasma-vault/plasma-vault-9999.ebuild +++ b/kde-plasma/plasma-vault/plasma-vault-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -34,7 +34,11 @@ DEPEND=" networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 ) " RDEPEND="${DEPEND} - || ( >=sys-fs/cryfs-0.9.9 >=sys-fs/encfs-1.9.2 ) + || ( + >=sys-fs/cryfs-0.9.9 + >=sys-fs/encfs-1.9.2 + >=app-crypt/gocryptfs-1.8 + ) " src_configure() {