diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 19:33:27 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 19:40:48 +0300 |
commit | 35ea68e94a1be621219267dfce62812f5359bbf7 (patch) | |
tree | 25a7080256bc24099540a91b8786eead578dd80b /app-crypt/tpm-tools | |
parent | app-crypt/tpm2-tools: remove libressl support (diff) | |
download | gentoo-35ea68e94a1be621219267dfce62812f5359bbf7.tar.gz gentoo-35ea68e94a1be621219267dfce62812f5359bbf7.tar.bz2 gentoo-35ea68e94a1be621219267dfce62812f5359bbf7.zip |
app-crypt/tpm-tools: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-crypt/tpm-tools')
-rw-r--r-- | app-crypt/tpm-tools/tpm-tools-1.3.9.1-r1.ebuild | 7 | ||||
-rw-r--r-- | app-crypt/tpm-tools/tpm-tools-1.3.9.2.ebuild | 7 |
2 files changed, 6 insertions, 8 deletions
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 )" |