diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-03 09:46:50 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-03 10:07:41 -0400 |
commit | 00f5ba52e7705493d8bfbf2ca28ca66c238221e5 (patch) | |
tree | 4e78be53538929b3ca7cf2c66829d4fd220e51e4 /app-crypt/keynote | |
parent | sci-mathematics/rw: new revision with EAPI=6 and ~x86 keywords. (diff) | |
download | gentoo-00f5ba52e7705493d8bfbf2ca28ca66c238221e5.tar.gz gentoo-00f5ba52e7705493d8bfbf2ca28ca66c238221e5.tar.bz2 gentoo-00f5ba52e7705493d8bfbf2ca28ca66c238221e5.zip |
app-crypt/keynote: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/keynote')
-rw-r--r-- | app-crypt/keynote/keynote-2.3-r3.ebuild | 7 |
1 files 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" |