summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-servers/h2o/h2o-2.2.6.ebuild2
-rw-r--r--www-servers/h2o/h2o-9999.ebuild2
2 files changed, 4 insertions, 0 deletions
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 )