commit: 0fe2d9263b38b329a4b3d7bc3bf49acedabbaf19 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 20 08:33:33 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 20 08:34:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe2d926
www-servers/h2o: Add a blocker on sci-libs/libh2o Closes: https://bugs.gentoo.org/743718 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> www-servers/h2o/h2o-2.2.6.ebuild | 2 ++ www-servers/h2o/h2o-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/www-servers/h2o/h2o-2.2.6.ebuild b/www-servers/h2o/h2o-2.2.6.ebuild index 090cb8025bb..45fd96ae7e2 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 473f4d671cb..e9dd787568e 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 )
