diff options
-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 |