aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Retornaz <gentoo@retornaz.com>2021-05-03 02:02:53 +0200
committerQuentin Retornaz <gentoo@retornaz.com>2021-05-03 02:02:53 +0200
commit7615502031a496a03b8b8983388230e9c8dfa989 (patch)
tree2a62b97785acdb39a8bfd0feb32a3a77c067d7ee /www-servers
parentwww-client/w3mmee: remove libressl USE flag (diff)
downloadlibressl-7615502031a496a03b8b8983388230e9c8dfa989.tar.gz
libressl-7615502031a496a03b8b8983388230e9c8dfa989.tar.bz2
libressl-7615502031a496a03b8b8983388230e9c8dfa989.zip
www-servers/h2o: remove libressl USE flag
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/h2o/h2o-2.2.6.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/www-servers/h2o/h2o-2.2.6.ebuild b/www-servers/h2o/h2o-2.2.6.ebuild
index 89bd359..ca1edb2 100644
--- a/www-servers/h2o/h2o-2.2.6.ebuild
+++ b/www-servers/h2o/h2o-2.2.6.ebuild
@@ -15,13 +15,12 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="libh2o libressl +mruby"
+IUSE="libh2o +mruby"
RDEPEND="dev-lang/perl
sys-libs/zlib
libh2o? ( dev-libs/libuv )
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )"
+ dev-libs/openssl:0="
DEPEND="${RDEPEND}
libh2o? ( virtual/pkgconfig )
mruby? (