From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 26C3959CB2 for ; Sat, 16 Apr 2016 19:31:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2794B21C126; Sat, 16 Apr 2016 19:31:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C5C821C070 for ; Sat, 16 Apr 2016 19:31:13 +0000 (UTC) Received: from greysprite.dite (cpe-74-77-145-97.buffalo.res.rr.com [74.77.145.97]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: blueness) by smtp.gentoo.org (Postfix) with ESMTPSA id 6F926340BBF for ; Sat, 16 Apr 2016 19:31:11 +0000 (UTC) Subject: Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/ To: gentoo-dev@lists.gentoo.org References: <1460833703.ad0c2ab2bdbd34f4550e49c56cfd5974d6a2c07a.blueness@gentoo> <20160416210556.08317672.mgorny@gentoo.org> <5712922F.7020502@gentoo.org> From: "Anthony G. Basile" Message-ID: <571292FB.4080007@gentoo.org> Date: Sat, 16 Apr 2016 15:31:07 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <5712922F.7020502@gentoo.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: d9a7136c-27bb-4d6a-a200-46fdc6f8894e X-Archives-Hash: 1ebe20771b2dbb0f32a2e60ea4bd5c51 On 4/16/16 3:27 PM, Anthony G. Basile wrote: > On 4/16/16 3:05 PM, Michał Górny wrote: >> On Sat, 16 Apr 2016 19:01:02 +0000 (UTC) >> "Anthony G. Basile" wrote: > > Okay for review. Sorry for the wrap. > > diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass > index 002de76..fc2debd 100644 > --- a/eclass/ssl-cert.eclass > +++ b/eclass/ssl-cert.eclass > @@ -30,10 +30,10 @@ > > if [[ "${SSL_DEPS_SKIP}" == "0" ]]; then > if [[ "${SSL_CERT_MANDATORY}" == "0" ]]; then > - DEPEND="${SSL_CERT_USE}? ( dev-libs/openssl:0= )" > + DEPEND="${SSL_CERT_USE}? ( !libressl? ( > dev-libs/openssl:0= ) libressl? ( dev-libs/librssl:0= ) )" > IUSE="${SSL_CERT_USE}" > else > - DEPEND="dev-libs/openssl:0=" > + DEPEND="!libressl? ( dev-libs/openssl:0= ) libressl? ( > dev-libs/librssl:0= )" > fi > fi > > > Actually the eclass also needs IUSE="${IUSE} libressl" -- Anthony G. Basile, Ph.D. Gentoo Linux Developer [Hardened] E-Mail : blueness@gentoo.org GnuPG FP : 1FED FAD9 D82C 52A5 3BAB DC79 9384 FA6E F52D 4BBA GnuPG ID : F52D4BBA