commit: b179062601bd0b91878c9433bd67429e1ac8aa82
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 1 07:22:22 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 1 07:22:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1790626
dev-libs/opencryptoki: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-libs/opencryptoki/opencryptoki-3.6.1-r1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-libs/opencryptoki/opencryptoki-3.6.1-r1.ebuild
b/dev-libs/opencryptoki/opencryptoki-3.6.1-r1.ebuild
index a391a24d3fa..069fc5eb73b 100644
--- a/dev-libs/opencryptoki/opencryptoki-3.6.1-r1.ebuild
+++ b/dev-libs/opencryptoki/opencryptoki-3.6.1-r1.ebuild
@@ -15,12 +15,11 @@ S="${WORKDIR}/${PN}"
LICENSE="CPL-0.5"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~s390 ~x86"
-IUSE="debug libressl +tpm"
+IUSE="debug +tpm"
DEPEND="
tpm? ( app-crypt/trousers )
- !libressl? ( >=dev-libs/openssl-1.1.0:0= )
- libressl? ( >=dev-libs/libressl-2.7.0:0= )
+ >=dev-libs/openssl-1.1.0:0=
"
RDEPEND="
${DEPEND}