Skip to content

Commit

Permalink
dev-cpp/commoncpp2: add USE=libressl
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/678440
Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Stefan Strogin <[email protected]>
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
steils authored and FuzzyGophers committed Feb 22, 2019
1 parent 88ff70a commit 5d65b55
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnu.org/software/commoncpp/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="debug doc examples ipv6 gnutls ssl static-libs"
IUSE="debug doc examples gnutls ipv6 libressl ssl static-libs"

RDEPEND="
sys-libs/zlib
Expand All @@ -20,7 +20,10 @@ RDEPEND="
dev-libs/libgcrypt:0=
net-libs/gnutls:=
)
!gnutls? ( dev-libs/openssl:0= )
!gnutls? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
)
)"
DEPEND="${RDEPEND}
doc? ( >=app-doc/doxygen-1.3.6 )"
Expand Down

0 comments on commit 5d65b55

Please sign in to comment.