From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F0F3138334 for ; Sat, 16 Feb 2019 18:19:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DBB0E08AA; Sat, 16 Feb 2019 18:19:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36940E08AA for ; Sat, 16 Feb 2019 18:19:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72728335CF2 for ; Sat, 16 Feb 2019 18:19:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16E26543 for ; Sat, 16 Feb 2019 18:19:06 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1550341122.3739349e3f5d2115b10a7479a4a5a71d25890467.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/opencryptoki/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild X-VCS-Directories: dev-libs/opencryptoki/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 3739349e3f5d2115b10a7479a4a5a71d25890467 X-VCS-Branch: master Date: Sat, 16 Feb 2019 18:19:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9edd8275-2942-4d73-9cf7-7553f45fc275 X-Archives-Hash: 07f1b5f8e8946eb4b82dd1340155b2c5 commit: 3739349e3f5d2115b10a7479a4a5a71d25890467 Author: Stefan Strogin gmail com> AuthorDate: Thu Feb 14 03:36:54 2019 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Feb 16 18:18:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3739349e dev-libs/opencryptoki: fix libressl support Closes: https://bugs.gentoo.org/587970 Closes: https://github.com/gentoo/gentoo/pull/11044 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Stefan Strogin gmail.com> Signed-off-by: Alon Bar-Lev gentoo.org> dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild b/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild index c07161fde52..3b129d8ab79 100644 --- a/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild +++ b/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~arm ~s390 ~x86" IUSE="debug libressl +tpm" RDEPEND="tpm? ( app-crypt/trousers ) - >=dev-libs/openssl-1.1.0:0=" + !libressl? ( >=dev-libs/openssl-1.1.0:0= ) + libressl? ( >=dev-libs/libressl-2.7.0:0= )" DEPEND="${RDEPEND}" DOCS=(