Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/keynote/
Date: Sat, 30 Jan 2016 14:15:50
Message-Id: 1454163334.01936f98a1dd5781777eefc5ae42a0e0c69a1a0a.kensington@gentoo
1 commit: 01936f98a1dd5781777eefc5ae42a0e0c69a1a0a
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 14:13:56 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 14:15:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01936f98
7
8 app-crypt/keynote: add SLOT for dev-libs/openssl
9
10 Package-Manager: portage-2.2.27
11
12 app-crypt/keynote/keynote-2.3-r3.ebuild | 4 ++--
13 1 file changed, 2 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 db24528..b599291 100644
17 --- a/app-crypt/keynote/keynote-2.3-r3.ebuild
18 +++ b/app-crypt/keynote/keynote-2.3-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -15,7 +15,7 @@ SLOT="0"
26 KEYWORDS="amd64 x86"
27 IUSE="ssl"
28
29 -RDEPEND="ssl? ( dev-libs/openssl )"
30 +RDEPEND="ssl? ( dev-libs/openssl:0 )"
31 DEPEND="${RDEPEND}
32 virtual/yacc"