From 9c7c686bede3adea700627844e0fdab29cc22ec6 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sun, 15 Jan 2023 11:02:47 -0500 Subject: [PATCH] dev-libs/jose: add openssl RDEPEND Closes: https://bugs.gentoo.org/888687 Signed-off-by: Julien Roy --- dev-libs/jose/jose-11.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/jose/jose-11.ebuild b/dev-libs/jose/jose-11.ebuild index e20249556f..759d25b8f9 100644 --- a/dev-libs/jose/jose-11.ebuild +++ b/dev-libs/jose/jose-11.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,5 +14,7 @@ SLOT="0" KEYWORDS="~amd64" DEPEND="dev-libs/jansson" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + dev-libs/openssl:= +" BDEPEND=""