From 0e9417f4c8e15de78c8156d7d223260492d8b768 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Fri, 3 Jun 2016 10:48:28 -0400 Subject: app-crypt/tpm-emulator: add libressl support Package-Manager: portage-2.2.28 --- app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'app-crypt') 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 index 3b6d47bba1c3..e489b6b9c940 100644 --- a/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild +++ b/app-crypt/tpm-emulator/tpm-emulator-0.7.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,8 +14,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="ssl modules" -RDEPEND="ssl? ( dev-libs/openssl )" +IUSE="libressl ssl modules" +RDEPEND="ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + )" DEPEND="${RDEPEND} !ssl? ( dev-libs/gmp )" -- cgit v1.2.3-65-gdbad