From 71af37c0ad110d98e80622ee8f8199d62b5b5bc8 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sat, 25 Jun 2016 19:06:31 -0400 Subject: [PATCH] dev-libs/ace: add libressl support Package-Manager: portage-2.2.28 --- dev-libs/ace/ace-5.8.3.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-libs/ace/ace-5.8.3.ebuild b/dev-libs/ace/ace-5.8.3.ebuild index 1aaef1fee961..917be80ac9b4 100644 --- a/dev-libs/ace/ace-5.8.3.ebuild +++ b/dev-libs/ace/ace-5.8.3.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$ @@ -16,9 +16,11 @@ SRC_URI="!tao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}. LICENSE="ACE BSD BSD-4 BSD-2 tao? ( sun-iiop RSA )" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="X ciao ipv6 static-libs tao" +IUSE="X ciao ipv6 libressl static-libs tao" -COMMON_DEPEND="dev-libs/openssl:0" +COMMON_DEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" # TODO probably more RDEPEND="${COMMON_DEPEND} X? ( x11-libs/libXt x11-libs/libXaw )" -- 2.26.2