From 0fe2d9263b38b329a4b3d7bc3bf49acedabbaf19 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 20 Sep 2020 10:33:33 +0200 Subject: www-servers/h2o: Add a blocker on sci-libs/libh2o MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/743718 Signed-off-by: Michał Górny --- www-servers/h2o/h2o-2.2.6.ebuild | 2 ++ www-servers/h2o/h2o-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) (limited to 'www-servers/h2o') diff --git a/www-servers/h2o/h2o-2.2.6.ebuild b/www-servers/h2o/h2o-2.2.6.ebuild index 090cb8025bb1..45fd96ae7e29 100644 --- a/www-servers/h2o/h2o-2.2.6.ebuild +++ b/www-servers/h2o/h2o-2.2.6.ebuild @@ -33,6 +33,8 @@ DEPEND="${RDEPEND} sys-devel/bison virtual/pkgconfig )" +RDEPEND+=" + !sci-libs/libh2o" PATCHES=( "${FILESDIR}"/${PN}-2.2-libressl-2.7.patch diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild index 473f4d671cbf..e9dd787568e0 100644 --- a/www-servers/h2o/h2o-9999.ebuild +++ b/www-servers/h2o/h2o-9999.ebuild @@ -33,6 +33,8 @@ DEPEND="${RDEPEND} sys-devel/bison virtual/pkgconfig )" +RDEPEND+=" + !sci-libs/libh2o" PATCHES=( "${FILESDIR}"/${PN}-2.3-mruby.patch ) -- cgit v1.2.3-65-gdbad