commit:     00f5ba52e7705493d8bfbf2ca28ca66c238221e5
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 13:46:50 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 14:07:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f5ba52

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 b599291..17d3c8f 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"
 

Reply via email to