aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-05-24 14:56:44 -0400
committerJulien Roy <julien@jroy.ca>2024-05-24 14:56:44 -0400
commit96d58b27e822630e7e9c6cc64a97549127bc21ea (patch)
treecb2d4a08f6eb543257c4418cc840f4f27c6cbfc8 /app-crypt
parentapp-containers/pods: add missing RDEPENDs (diff)
downloadguru-96d58b27e822630e7e9c6cc64a97549127bc21ea.tar.gz
guru-96d58b27e822630e7e9c6cc64a97549127bc21ea.tar.bz2
guru-96d58b27e822630e7e9c6cc64a97549127bc21ea.zip
app-crypt/clevis: add missing RDEPENDs
Closes: https://bugs.gentoo.org/932170 Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/clevis/clevis-19-r2.ebuild (renamed from app-crypt/clevis/clevis-19-r1.ebuild)8
-rw-r--r--app-crypt/clevis/clevis-20-r1.ebuild (renamed from app-crypt/clevis/clevis-20.ebuild)6
2 files changed, 11 insertions, 3 deletions
diff --git a/app-crypt/clevis/clevis-19-r1.ebuild b/app-crypt/clevis/clevis-19-r2.ebuild
index 37a4b60eb..097d18b21 100644
--- a/app-crypt/clevis/clevis-19-r1.ebuild
+++ b/app-crypt/clevis/clevis-19-r2.ebuild
@@ -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
diff --git a/app-crypt/clevis/clevis-20.ebuild b/app-crypt/clevis/clevis-20-r1.ebuild
index dd32de411..12627f913 100644
--- a/app-crypt/clevis/clevis-20.ebuild
+++ b/app-crypt/clevis/clevis-20-r1.ebuild
@@ -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