Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm-tools/
Date: Sun, 02 May 2021 16:40:56
Message-Id: 1619973648.35ea68e94a1be621219267dfce62812f5359bbf7.zlogene@gentoo
1 commit: 35ea68e94a1be621219267dfce62812f5359bbf7
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 16:33:27 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 16:40:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ea68e9
7
8 app-crypt/tpm-tools: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-crypt/tpm-tools/tpm-tools-1.3.9.1-r1.ebuild | 7 +++----
14 app-crypt/tpm-tools/tpm-tools-1.3.9.2.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 8 deletions(-)
16
17 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
18 index 90690f25648..2f87a05d545 100644
19 --- a/app-crypt/tpm-tools/tpm-tools-1.3.9.1-r1.ebuild
20 +++ b/app-crypt/tpm-tools/tpm-tools-1.3.9.1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -12,11 +12,10 @@ SRC_URI="mirror://sourceforge/trousers/${PN}/${P}.tar.gz"
28 LICENSE="CPL-1.0"
29 SLOT="0"
30 KEYWORDS="amd64 ~arm arm64 ~m68k ~s390 x86"
31 -IUSE="libressl nls pkcs11 debug"
32 +IUSE="nls pkcs11 debug"
33
34 DEPEND=">=app-crypt/trousers-0.3.0
35 - !libressl? ( dev-libs/openssl:0= )
36 - libressl? ( dev-libs/libressl:0= )
37 + dev-libs/openssl:0=
38 pkcs11? ( dev-libs/opencryptoki )"
39 RDEPEND="${DEPEND}"
40 BDEPEND="nls? ( sys-devel/gettext )"
41
42 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
43 index 27bfb41b11f..5c3f6dd63c6 100644
44 --- a/app-crypt/tpm-tools/tpm-tools-1.3.9.2.ebuild
45 +++ b/app-crypt/tpm-tools/tpm-tools-1.3.9.2.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2020 Gentoo Authors
48 +# Copyright 1999-2021 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=7
52 @@ -12,11 +12,10 @@ SRC_URI="mirror://sourceforge/trousers/${PN}/${P}.tar.gz"
53 LICENSE="CPL-1.0"
54 SLOT="0"
55 KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~s390 ~x86"
56 -IUSE="libressl nls pkcs11 debug"
57 +IUSE="nls pkcs11 debug"
58
59 DEPEND=">=app-crypt/trousers-0.3.0
60 - !libressl? ( dev-libs/openssl:0= )
61 - libressl? ( dev-libs/libressl:0= )
62 + dev-libs/openssl:0=
63 pkcs11? ( dev-libs/opencryptoki )"
64 RDEPEND="${DEPEND}"
65 BDEPEND="nls? ( sys-devel/gettext )"