Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: www-servers/h2o/
Date: Mon, 03 May 2021 00:07:18
Message-Id: 1620000173.7615502031a496a03b8b8983388230e9c8dfa989.quentin@gentoo
1 commit: 7615502031a496a03b8b8983388230e9c8dfa989
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Mon May 3 00:02:53 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Mon May 3 00:02:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=76155020
7
8 www-servers/h2o: remove libressl USE flag
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
12
13 www-servers/h2o/h2o-2.2.6.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/www-servers/h2o/h2o-2.2.6.ebuild b/www-servers/h2o/h2o-2.2.6.ebuild
17 index 89bd359..ca1edb2 100644
18 --- a/www-servers/h2o/h2o-2.2.6.ebuild
19 +++ b/www-servers/h2o/h2o-2.2.6.ebuild
20 @@ -15,13 +15,12 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21 LICENSE="MIT"
22 SLOT="0"
23 KEYWORDS="amd64 x86"
24 -IUSE="libh2o libressl +mruby"
25 +IUSE="libh2o +mruby"
26
27 RDEPEND="dev-lang/perl
28 sys-libs/zlib
29 libh2o? ( dev-libs/libuv )
30 - !libressl? ( dev-libs/openssl:0= )
31 - libressl? ( dev-libs/libressl:0= )"
32 + dev-libs/openssl:0="
33 DEPEND="${RDEPEND}
34 libh2o? ( virtual/pkgconfig )
35 mruby? (