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: dev-libs/opencryptoki/
Date: Sun, 26 Jun 2016 00:09:44
Message-Id: 1466899095.dbd4e2c6633b6d30471d7f75cfdcd4dbf44c133a.blueness@gentoo
1 commit: dbd4e2c6633b6d30471d7f75cfdcd4dbf44c133a
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 23:58:15 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 23:58:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd4e2c6
7
8 dev-libs/opencryptoki: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild b/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild
16 index ff61dcb..53c8192 100644
17 --- a/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild
18 +++ b/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -15,13 +15,13 @@ SRC_URI="mirror://sourceforge/opencryptoki/${PV}/${PN}-v${PV}.tgz"
26 LICENSE="CPL-0.5"
27 SLOT="0"
28 KEYWORDS="~amd64 ~arm ~x86"
29 +IUSE="debug libressl +tpm"
30
31 RDEPEND="tpm? ( app-crypt/trousers )
32 - dev-libs/openssl:*"
33 + !libressl? ( dev-libs/openssl:0= )
34 + libressl? ( dev-libs/libressl:0= )"
35 DEPEND="${RDEPEND}"
36
37 -IUSE="+tpm debug"
38 -
39 S="${WORKDIR}/${PN}"
40
41 # tests right now basically don't exist; the only available thing would