diff options
author | Stefan Strogin <stefan.strogin@gmail.com> | 2019-02-14 05:36:54 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2019-02-16 20:18:42 +0200 |
commit | 3739349e3f5d2115b10a7479a4a5a71d25890467 (patch) | |
tree | ff2b82e5c85fd2a17c72cc4a78d43f145f4be2af /dev-libs | |
parent | app-crypt/trousers: fix slot operators for libressl and openssl (diff) | |
download | gentoo-3739349e3f5d2115b10a7479a4a5a71d25890467.tar.gz gentoo-3739349e3f5d2115b10a7479a4a5a71d25890467.tar.bz2 gentoo-3739349e3f5d2115b10a7479a4a5a71d25890467.zip |
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 <stefan.strogin@gmail.com>
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild | 5 |
1 files 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 c07161fde52a..3b129d8ab795 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=( |