public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/keynote/
@ 2016-01-30 14:15 Michael Palimaka
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2016-01-30 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     01936f98a1dd5781777eefc5ae42a0e0c69a1a0a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 14:13:56 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 14:15:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01936f98

app-crypt/keynote: add SLOT for dev-libs/openssl

Package-Manager: portage-2.2.27

 app-crypt/keynote/keynote-2.3-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/keynote/keynote-2.3-r3.ebuild b/app-crypt/keynote/keynote-2.3-r3.ebuild
index db24528..b599291 100644
--- a/app-crypt/keynote/keynote-2.3-r3.ebuild
+++ b/app-crypt/keynote/keynote-2.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="ssl"
 
-RDEPEND="ssl? ( dev-libs/openssl )"
+RDEPEND="ssl? ( dev-libs/openssl:0 )"
 DEPEND="${RDEPEND}
 	virtual/yacc"
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/keynote/
@ 2016-06-03 14:05 Anthony G. Basile
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2016-06-03 14:05 UTC (permalink / raw
  To: gentoo-commits

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"
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-03 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-30 14:15 [gentoo-commits] repo/gentoo:master commit in: app-crypt/keynote/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2016-06-03 14:05 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox