diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-01-18 03:53:18 +0200 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-01-18 14:53:04 +0000 |
| commit | 831f132c32008206a056aaafa3b3bcd9a1d4ca1f (patch) | |
| tree | ed553e4265d7fba71efff489c6f47b10b7f090a0 /kde-plasma/plasma-vault | |
| parent | 28524aa59a836c8f4f6b274054bdcfdec2f07a5c (diff) | |
| download | kde-831f132c32008206a056aaafa3b3bcd9a1d4ca1f.tar.gz kde-831f132c32008206a056aaafa3b3bcd9a1d4ca1f.tar.bz2 kde-831f132c32008206a056aaafa3b3bcd9a1d4ca1f.zip | |
kde-plasma/plasma-vault: include gocryptfs as a supported backend
Upstream commit: 853b0be5a4ac9f6a02b1848d832871e7b16fec22
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/kde/pull/1017
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-vault')
| -rw-r--r-- | kde-plasma/plasma-vault/plasma-vault-9999.ebuild | 8 |
1 files 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 3fcac97695c..552b5b8c9e9 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() { |
