dev-libs/jose: add openssl RDEPEND

Closes: https://bugs.gentoo.org/888687
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2023-01-15 11:02:47 -05:00
parent 20fef2bdcb
commit 9c7c686bed

View File

@@ -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=""