Skip to content

Commit

Permalink
app-crypt/keynote: add libressl support
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
blueness committed Jun 3, 2016
1 parent 3ce952b commit 00f5ba5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app-crypt/keynote/keynote-2.3-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 00f5ba5

Please sign in to comment.