From 35ea68e94a1be621219267dfce62812f5359bbf7 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 2 May 2021 19:33:27 +0300 Subject: app-crypt/tpm-tools: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- app-crypt/tpm-tools/tpm-tools-1.3.9.1-r1.ebuild | 7 +++---- app-crypt/tpm-tools/tpm-tools-1.3.9.2.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'app-crypt/tpm-tools') diff --git a/app-crypt/tpm-tools/tpm-tools-1.3.9.1-r1.ebuild b/app-crypt/tpm-tools/tpm-tools-1.3.9.1-r1.ebuild index 90690f256485..2f87a05d5456 100644 --- a/app-crypt/tpm-tools/tpm-tools-1.3.9.1-r1.ebuild +++ b/app-crypt/tpm-tools/tpm-tools-1.3.9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,11 +12,10 @@ SRC_URI="mirror://sourceforge/trousers/${PN}/${P}.tar.gz" LICENSE="CPL-1.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~m68k ~s390 x86" -IUSE="libressl nls pkcs11 debug" +IUSE="nls pkcs11 debug" DEPEND=">=app-crypt/trousers-0.3.0 - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= pkcs11? ( dev-libs/opencryptoki )" RDEPEND="${DEPEND}" BDEPEND="nls? ( sys-devel/gettext )" diff --git a/app-crypt/tpm-tools/tpm-tools-1.3.9.2.ebuild b/app-crypt/tpm-tools/tpm-tools-1.3.9.2.ebuild index 27bfb41b11f5..5c3f6dd63c64 100644 --- a/app-crypt/tpm-tools/tpm-tools-1.3.9.2.ebuild +++ b/app-crypt/tpm-tools/tpm-tools-1.3.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,11 +12,10 @@ SRC_URI="mirror://sourceforge/trousers/${PN}/${P}.tar.gz" LICENSE="CPL-1.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~s390 ~x86" -IUSE="libressl nls pkcs11 debug" +IUSE="nls pkcs11 debug" DEPEND=">=app-crypt/trousers-0.3.0 - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= pkcs11? ( dev-libs/opencryptoki )" RDEPEND="${DEPEND}" BDEPEND="nls? ( sys-devel/gettext )" -- cgit v1.2.3-65-gdbad