public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Stefan Strogin" <steils@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capnproto/
Date: Tue, 22 Sep 2020 11:00:22 +0000 (UTC)	[thread overview]
Message-ID: <1600772240.1196166599775dd6e0d46e4cbe5d3c3ab9c1a5d6.steils@gentoo> (raw)

commit:     1196166599775dd6e0d46e4cbe5d3c3ab9c1a5d6
Author:     Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 10:56:28 2020 +0000
Commit:     Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 10:57:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11961665

dev-libs/capnproto: add USE=libressl

Closes: https://bugs.gentoo.org/743226
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>

 dev-libs/capnproto/capnproto-0.8.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-libs/capnproto/capnproto-0.8.0.ebuild b/dev-libs/capnproto/capnproto-0.8.0.ebuild
index 2905a51fc56..7a3fb3d64f2 100644
--- a/dev-libs/capnproto/capnproto-0.8.0.ebuild
+++ b/dev-libs/capnproto/capnproto-0.8.0.ebuild
@@ -12,11 +12,14 @@ SRC_URI="https://github.com/sandstorm-io/capnproto/archive/v${PV}.tar.gz -> ${P}
 LICENSE="MIT"
 SLOT="0/080"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+ssl static-libs test zlib"
+IUSE="libressl +ssl static-libs test zlib"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-	ssl? ( dev-libs/openssl:0= )
+	ssl? (
+		!libressl? ( dev-libs/openssl:0= )
+		libressl? ( dev-libs/libressl:0= )
+	)
 	zlib? ( sys-libs/zlib:0= )
 "
 DEPEND="${RDEPEND} test? ( dev-cpp/gtest )"


             reply	other threads:[~2020-09-22 11:00 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-22 11:00 Stefan Strogin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25  5:37 [gentoo-commits] repo/gentoo:master commit in: dev-libs/capnproto/ Sam James
2025-01-25  5:37 Sam James
2025-01-25  5:37 Sam James
2025-01-25  5:37 Sam James
2025-01-25  5:20 Sam James
2024-11-23 16:45 Sam James
2023-12-24 10:57 WANG Xuerui
2023-06-01  3:54 Sam James
2023-06-01  1:37 Sam James
2022-10-10  6:25 Jakov Smolić
2022-07-07 10:27 Alexis Ballier
2022-02-28  0:24 Sam James
2022-02-28  0:24 Sam James
2022-02-05 20:46 Andreas Sturmlechner
2022-02-01  4:11 Sam James
2022-02-01  4:11 Sam James
2022-02-01  4:09 Sam James
2022-01-31 20:38 Arthur Zamarin
2022-01-19  9:49 Andreas Sturmlechner
2021-09-06 21:34 Sam James
2021-09-06 21:34 Sam James
2021-04-30 18:01 Mikle Kolyada
2020-12-02  0:32 Aaron Bauman
2020-08-25 14:29 Alexis Ballier
2020-03-26 10:24 Agostino Sarubbo
2020-03-26 10:17 Agostino Sarubbo
2019-02-12 13:19 Alexis Ballier
2018-02-22 20:19 Alexis Ballier
2018-01-28 16:36 Thomas Deutschmann
2017-06-15 12:45 Alexis Ballier
2017-06-15 12:45 Alexis Ballier
2017-06-15 12:45 Alexis Ballier
2017-05-24 11:08 Alexis Ballier
2017-05-15 14:45 Alexis Ballier
2017-04-19 15:32 Alexis Ballier
2016-08-02  8:23 Alexis Ballier
2015-11-10  8:58 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1600772240.1196166599775dd6e0d46e4cbe5d3c3ab9c1a5d6.steils@gentoo \
    --to=steils@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox