Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/simple-tpm-pk11/
Date: Fri, 03 Jun 2016 14:31:06
Message-Id: 1464964368.331908273d2292c6644b4d5d8e3817b863d85971.blueness@gentoo
1 commit: 331908273d2292c6644b4d5d8e3817b863d85971
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 14:31:47 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 14:32:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33190827
7
8 app-crypt/simple-tpm-pk11: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.03.ebuild | 7 ++++---
13 app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild | 7 ++++---
14 2 files changed, 8 insertions(+), 6 deletions(-)
15
16 diff --git a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.03.ebuild b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.03.ebuild
17 index 2bab320..301b10b 100644
18 --- a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.03.ebuild
19 +++ b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.03.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -20,13 +20,14 @@ else
27 KEYWORDS="~amd64"
28 fi
29
30 -IUSE=""
31 +IUSE="libressl"
32 RESTRICT="test" # needs to communicate with the TPM and gtest is all broken
33
34 DEPEND="app-crypt/tpm-tools[pkcs11]
35 dev-libs/opencryptoki[tpm]
36 app-crypt/trousers
37 - dev-libs/openssl:0="
38 + !libressl? ( dev-libs/openssl:0= )
39 + libressl? ( dev-libs/libressl:0= )"
40 RDEPEND="${DEPEND}
41 net-misc/openssh[-X509]"
42
43
44 diff --git a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild
45 index 2bab320..301b10b 100644
46 --- a/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild
47 +++ b/app-crypt/simple-tpm-pk11/simple-tpm-pk11-0.04.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2015 Gentoo Foundation
50 +# Copyright 1999-2016 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Id$
53
54 @@ -20,13 +20,14 @@ else
55 KEYWORDS="~amd64"
56 fi
57
58 -IUSE=""
59 +IUSE="libressl"
60 RESTRICT="test" # needs to communicate with the TPM and gtest is all broken
61
62 DEPEND="app-crypt/tpm-tools[pkcs11]
63 dev-libs/opencryptoki[tpm]
64 app-crypt/trousers
65 - dev-libs/openssl:0="
66 + !libressl? ( dev-libs/openssl:0= )
67 + libressl? ( dev-libs/libressl:0= )"
68 RDEPEND="${DEPEND}
69 net-misc/openssh[-X509]"