app-crypt/clevis: add missing RDEPENDs

Closes: https://bugs.gentoo.org/932170
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-05-24 14:56:44 -04:00
parent 15b90bc419
commit 96d58b27e8
2 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2022-2023 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,7 +24,11 @@ DEPEND="
)
tpm? ( app-crypt/tpm2-tools )
"
RDEPEND="${DEPEND}"
RDEPEND="
${DEPEND}
dev-libs/jansson
dev-libs/openssl:=
"
PATCHES=(
# From https://github.com/latchset/clevis/pull/347

View File

@@ -24,7 +24,11 @@ DEPEND="
)
tpm? ( app-crypt/tpm2-tools )
"
RDEPEND="${DEPEND}"
RDEPEND="
${DEPEND}
dev-libs/jansson
dev-libs/openssl:=
"
PATCHES=(
# Fix for systemd on Gentoo