From d85253be2702377ffa8e38fa3a83303f1d6e7399 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sun, 26 Jun 2016 07:51:54 -0400 Subject: dev-libs/ucommon: add libressl support Package-Manager: portage-2.2.28 --- dev-libs/ucommon/ucommon-6.5.7.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-libs/ucommon/ucommon-6.5.7.ebuild') diff --git a/dev-libs/ucommon/ucommon-6.5.7.ebuild b/dev-libs/ucommon/ucommon-6.5.7.ebuild index cf061aae6292..5ed934130a5b 100644 --- a/dev-libs/ucommon/ucommon-6.5.7.ebuild +++ b/dev-libs/ucommon/ucommon-6.5.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,15 +15,18 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/6" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux" -IUSE="doc static-libs socks +cxx debug ssl gnutls" +IUSE="doc static-libs socks +cxx debug libressl ssl gnutls" RDEPEND=" ssl? ( - !gnutls? ( dev-libs/openssl:0= ) gnutls? ( net-libs/gnutls:0= dev-libs/libgcrypt:0= ) + !gnutls? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) )" DEPEND="virtual/pkgconfig -- cgit v1.2.3-65-gdbad