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/keynote/
Date: Fri, 03 Jun 2016 14:06:00
Message-Id: 1464962861.00f5ba52e7705493d8bfbf2ca28ca66c238221e5.blueness@gentoo
1 commit: 00f5ba52e7705493d8bfbf2ca28ca66c238221e5
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 13:46:50 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 14:07:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f5ba52
7
8 app-crypt/keynote: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 app-crypt/keynote/keynote-2.3-r3.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/app-crypt/keynote/keynote-2.3-r3.ebuild b/app-crypt/keynote/keynote-2.3-r3.ebuild
16 index b599291..17d3c8f 100644
17 --- a/app-crypt/keynote/keynote-2.3-r3.ebuild
18 +++ b/app-crypt/keynote/keynote-2.3-r3.ebuild
19 @@ -13,9 +13,12 @@ SRC_URI="http://www1.cs.columbia.edu/~angelos/Code/${P}.tar.gz"
20 LICENSE="keynote"
21 SLOT="0"
22 KEYWORDS="amd64 x86"
23 -IUSE="ssl"
24 +IUSE="libressl ssl"
25
26 -RDEPEND="ssl? ( dev-libs/openssl:0 )"
27 +RDEPEND="ssl? (
28 + !libressl? ( dev-libs/openssl:0= )
29 + libressl? ( dev-libs/libressl:0= )
30 + )"
31 DEPEND="${RDEPEND}
32 virtual/yacc"