summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-20 10:33:33 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-20 10:34:58 +0200
commit0fe2d9263b38b329a4b3d7bc3bf49acedabbaf19 (patch)
tree7eb2abd53cba81e6acb8176de6f050755574f4ed
parentsci-libs/libh2o: Add a blocker on www-servers/h2o (diff)
downloadgentoo-0fe2d9263b38b329a4b3d7bc3bf49acedabbaf19.tar.gz
gentoo-0fe2d9263b38b329a4b3d7bc3bf49acedabbaf19.tar.bz2
gentoo-0fe2d9263b38b329a4b3d7bc3bf49acedabbaf19.zip
www-servers/h2o: Add a blocker on sci-libs/libh2o
Closes: https://bugs.gentoo.org/743718 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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 )