From 00f5ba52e7705493d8bfbf2ca28ca66c238221e5 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Fri, 3 Jun 2016 09:46:50 -0400 Subject: [PATCH] app-crypt/keynote: add libressl support Package-Manager: portage-2.2.28 --- app-crypt/keynote/keynote-2.3-r3.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-crypt/keynote/keynote-2.3-r3.ebuild b/app-crypt/keynote/keynote-2.3-r3.ebuild index b599291bb26c..17d3c8fcfcf8 100644 --- a/app-crypt/keynote/keynote-2.3-r3.ebuild +++ b/app-crypt/keynote/keynote-2.3-r3.ebuild @@ -13,9 +13,12 @@ SRC_URI="http://www1.cs.columbia.edu/~angelos/Code/${P}.tar.gz" LICENSE="keynote" SLOT="0" KEYWORDS="amd64 x86" -IUSE="ssl" +IUSE="libressl ssl" -RDEPEND="ssl? ( dev-libs/openssl:0 )" +RDEPEND="ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + )" DEPEND="${RDEPEND} virtual/yacc" -- 2.26.2