Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/opencryptoki/
Date: Sat, 16 Feb 2019 18:19:11
Message-Id: 1550341122.3739349e3f5d2115b10a7479a4a5a71d25890467.alonbl@gentoo
1 commit: 3739349e3f5d2115b10a7479a4a5a71d25890467
2 Author: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 14 03:36:54 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 18:18:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3739349e
7
8 dev-libs/opencryptoki: fix libressl support
9
10 Closes: https://bugs.gentoo.org/587970
11 Closes: https://github.com/gentoo/gentoo/pull/11044
12 Package-Manager: Portage-2.3.60, Repoman-2.3.12
13 Signed-off-by: Stefan Strogin <stefan.strogin <AT> gmail.com>
14 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
15
16 dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild | 5 +++--
17 1 file changed, 3 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild b/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild
20 index c07161fde52..3b129d8ab79 100644
21 --- a/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild
22 +++ b/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~arm ~s390 ~x86"
30 IUSE="debug libressl +tpm"
31
32 RDEPEND="tpm? ( app-crypt/trousers )
33 - >=dev-libs/openssl-1.1.0:0="
34 + !libressl? ( >=dev-libs/openssl-1.1.0:0= )
35 + libressl? ( >=dev-libs/libressl-2.7.0:0= )"
36 DEPEND="${RDEPEND}"
37
38 DOCS=(