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/tpm-emulator/
Date: Fri, 03 Jun 2016 14:46:50
Message-Id: 1464965308.0e9417f4c8e15de78c8156d7d223260492d8b768.blueness@gentoo
1 commit: 0e9417f4c8e15de78c8156d7d223260492d8b768
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 14:48:28 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 14:48:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9417f4
7
8 app-crypt/tpm-emulator: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild | 9 ++++++---
13 1 file changed, 6 insertions(+), 3 deletions(-)
14
15 diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild
16 index 3b6d47b..e489b6b 100644
17 --- a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild
18 +++ b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.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 @@ -14,8 +14,11 @@ LICENSE="GPL-2"
26 SLOT="0"
27 KEYWORDS="~amd64 ~x86"
28
29 -IUSE="ssl modules"
30 -RDEPEND="ssl? ( dev-libs/openssl )"
31 +IUSE="libressl ssl modules"
32 +RDEPEND="ssl? (
33 + !libressl? ( dev-libs/openssl:0= )
34 + libressl? ( dev-libs/libressl:0= )
35 + )"
36 DEPEND="${RDEPEND}
37 !ssl? ( dev-libs/gmp )"