diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 10:33:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 10:34:58 +0200 |
commit | 0fe2d9263b38b329a4b3d7bc3bf49acedabbaf19 (patch) | |
tree | 7eb2abd53cba81e6acb8176de6f050755574f4ed /www-servers/h2o | |
parent | sci-libs/libh2o: Add a blocker on www-servers/h2o (diff) | |
download | gentoo-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>
Diffstat (limited to 'www-servers/h2o')
-rw-r--r-- | www-servers/h2o/h2o-2.2.6.ebuild | 2 | ||||
-rw-r--r-- | www-servers/h2o/h2o-9999.ebuild | 2 |
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 ) |